summaryrefslogtreecommitdiff
path: root/clients/zmailnotify/Imakefile
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-19 10:27:05 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-19 10:27:05 +0000
commit23d9e3692f6dc680fc5e1d8bfd65f9659e2bd56b (patch)
tree469cf9eaf234c38157d146a4dee87b8e14e476cd /clients/zmailnotify/Imakefile
parent1584680a1903cfe953cb3dcbfd2415dfb88c017b (diff)
Use new Athena imake rules
Diffstat (limited to 'clients/zmailnotify/Imakefile')
-rw-r--r--clients/zmailnotify/Imakefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/clients/zmailnotify/Imakefile b/clients/zmailnotify/Imakefile
index 32f9692..c9f9758 100644
--- a/clients/zmailnotify/Imakefile
+++ b/clients/zmailnotify/Imakefile
@@ -8,22 +8,18 @@
/**/# $Id$
/**/#
-LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${DES_LIB} ${COMERR_LIB} ${HES_LIB}
-LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${COMERR_LINTLIB} ${DES_LINTLIB}
-DEFINES= -DKPOP
+#if defined(KERBEROS) && defined(HESIOD)
+XDEFS= -DKPOP
SRCS = zmailnotify.c
OBJS = zmailnotify.o
-SRCDIR= ${SRCTOP}/clients/zmailnotify
-CODE= ${SRCS} Imakefile
-
-normal_obj_rule()
-
-program(zmailnotify,${OBJS},,${LIBS},${CLIENTDIR})
+zprogram(zmailnotify,$(LIB_HES))
+install_man(zmailnotify.1,zmailnotify.1)
#ifdef ATHENA_COMPAT
install::
$(RM) $(DESTDIR)/usr/athena/zmailnotify
ln -s $(CLIENTDIR)/zmailnotify $(DESTDIR)/usr/athena/zmailnofity
#endif
+#endif