/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /afs/athena.mit.edu/astaff/project/zephyr/src/clients/zmailnotify/RCS/Imakefile,v $
/**/#	$Author: jtkohl $
/**/#	$Id: Imakefile,v 1.3 89/11/15 10:31:28 jtkohl Exp $
/**/#

LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB} ${HES_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
DEFINES= -DKPOP

SRCS = zmailnotify.c
OBJS = zmailnotify.o

SRCDIR= ${SRCTOP}/clients/zmailnotify
CODE= ${SRCS} Imakefile

normal_obj_rule()

program(zmailnotify,${OBJS},,${LIBS},${CLIENTDIR})
