/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /afs/stacken.kth.se/src/SourceRepository/stacken-zephyr/clients/zmail/Imakefile,v $
/**/#	$Author: lha $
/**/#	$Header: /afs/stacken.kth.se/src/SourceRepository/stacken-zephyr/clients/zmail/Imakefile,v 1.1.2.1 2000/05/19 08:34:14 lha Exp $
/**/#

LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
SRCS = zmail.c zsend.c
OBJS = zmail.o zsend.o

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

normal_obj_rule()

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