summaryrefslogtreecommitdiff
path: root/clients
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
parent3b6454727ec6d3f2bf66bec9bcecc7374d1db46c (diff)
depend on zephyr lib
Diffstat (limited to 'clients')
-rw-r--r--clients/syslogd/Imakefile4
-rw-r--r--clients/zpopnotify/Imakefile2
-rw-r--r--clients/zshutdown_notify/Imakefile2
3 files changed, 3 insertions, 5 deletions
diff --git a/clients/syslogd/Imakefile b/clients/syslogd/Imakefile
index 3e7eedf..7700960 100644
--- a/clients/syslogd/Imakefile
+++ b/clients/syslogd/Imakefile
@@ -12,8 +12,6 @@
MACHLIBS= -lsrc
#endif
-LIBS= $(ZLIBS) $(MACHLIBS)
-
SRCS = syslogd.c logger.c syslog.c
DOBJS = syslogd.o
@@ -26,5 +24,5 @@ SimpleProgram(logger,$(LOBJS),,$(ATHETCDIR))
XDEFS = -I. $(COMPAT)
-SimpleProgram(syslogd,$(DOBJS),$(LIBS),$(ATHRETCDIR))
+SimpleProgram(syslogd,$(DOBJS) $(ZLIB),$(ZLIBS) $(MACHLIBS),$(ATHRETCDIR))
install_man(syslogd.8,syslogd.8)
diff --git a/clients/zpopnotify/Imakefile b/clients/zpopnotify/Imakefile
index 497b984..d0f4439 100644
--- a/clients/zpopnotify/Imakefile
+++ b/clients/zpopnotify/Imakefile
@@ -8,6 +8,6 @@
SRCS = zpopnotify.c
OBJS = zpopnotify.o
-SimpleProgram(zpopnotify,$(OBJS),$(ZLIBS),$(ATHETCDIR))
+SimpleProgram(zpopnotify,$(OBJS) $(ZLIB),$(ZLIBS),$(ATHETCDIR))
install_man(zpopnotify.8,zpopnotify.8)
create_depend($(SRCS))
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))