From 00952bc3a6ffb87a25d5c492c62b3a6680841286 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 14 Sep 1997 19:43:36 +0000 Subject: Pull in sources from zephyr locker. See /mit/zephyr/repository for detailed change information. --- clients/Makefile.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 clients/Makefile.in (limited to 'clients') 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 + -- cgit v1.2.3