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