summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 19:43:36 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 19:43:36 +0000
commit00952bc3a6ffb87a25d5c492c62b3a6680841286 (patch)
tree4fd2ffcbdbe2dbc01311ef4249bb6d33797ff5d7 /clients
parentce6018836c422c86a729ba39fe5433ec11b87b02 (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'clients')
-rw-r--r--clients/Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/clients/Makefile.in b/clients/Makefile.in
new file mode 100644
index 0000000..7a3b588
--- /dev/null
+++ b/clients/Makefile.in
@@ -0,0 +1,13 @@
+SHELL = /bin/sh
+
+SUBDIRS=syslogd @XCLIENTS@ zaway zctl zleave zlocate zmailnotify znol \
+ zpopnotify zshutdown_notify zstat zwgc zwrite
+
+all:
+ for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done
+
+check install clean:
+ for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done
+
+.PHONY: all check install clean
+