summaryrefslogtreecommitdiff
path: root/clients/zshutdown_notify
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-24 09:38:42 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-24 09:38:42 +0000
commit7e5296e424a74cb6d97f184ad6d407f12ceb1307 (patch)
tree25ed953e38267df970202c5a2a377b828dbb55eb /clients/zshutdown_notify
parent3b6454727ec6d3f2bf66bec9bcecc7374d1db46c (diff)
depend on zephyr lib
Diffstat (limited to 'clients/zshutdown_notify')
-rw-r--r--clients/zshutdown_notify/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zshutdown_notify/Imakefile b/clients/zshutdown_notify/Imakefile
index 1279517..2f06d4a 100644
--- a/clients/zshutdown_notify/Imakefile
+++ b/clients/zshutdown_notify/Imakefile
@@ -11,6 +11,6 @@
SRCS = zshutdown_notify.c
OBJS = zshutdown_notify.o
-SimpleProgram(zshutdown_notify,$(OBJS),$(ZLIBS),$(ATHETCDIR))
+SimpleProgram(zshutdown_notify,$(OBJS) $(ZLIB),$(ZLIBS),$(ATHETCDIR))
install_man(zshutdown_notify.8,zshutdown_notify.8)
create_depend($(SRCS))