summaryrefslogtreecommitdiff
path: root/clients/zshutdown_notify
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/zshutdown_notify
parent1584680a1903cfe953cb3dcbfd2415dfb88c017b (diff)
Use new Athena imake rules
Diffstat (limited to 'clients/zshutdown_notify')
-rw-r--r--clients/zshutdown_notify/Imakefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/clients/zshutdown_notify/Imakefile b/clients/zshutdown_notify/Imakefile
index fc81079..1279517 100644
--- a/clients/zshutdown_notify/Imakefile
+++ b/clients/zshutdown_notify/Imakefile
@@ -8,14 +8,9 @@
/**/# $Id$
/**/#
-LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${DES_LIB} ${COMERR_LIB}
-LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB} ${COMERR_LINTLIB}
SRCS = zshutdown_notify.c
OBJS = zshutdown_notify.o
-SRCDIR= ${SRCTOP}/clients/zshutdown_notify
-CODE= ${SRCS} Imakefile
-
-normal_obj_rule()
-
-program(zshutdown_notify,${OBJS},,${LIBS},${ETCATHDIR})
+SimpleProgram(zshutdown_notify,$(OBJS),$(ZLIBS),$(ATHETCDIR))
+install_man(zshutdown_notify.8,zshutdown_notify.8)
+create_depend($(SRCS))