summaryrefslogtreecommitdiff
path: root/clients/zshutdown_notify
diff options
context:
space:
mode:
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))