summaryrefslogtreecommitdiff
path: root/clients/Makefile.in
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-23 14:58:54 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-23 14:58:54 +0000
commitd7503d0fb46734b2e9d74cde9099a34a4d12da88 (patch)
tree345ccc84ac39cc95d47b974f996fc91590c8a369 /clients/Makefile.in
parent14b8946f493d3ac02c4468c57fd411b31c4c0894 (diff)
zwgc moved back to the top level.
Diffstat (limited to 'clients/Makefile.in')
-rw-r--r--clients/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/Makefile.in b/clients/Makefile.in
index 7a3b588..6635715 100644
--- a/clients/Makefile.in
+++ b/clients/Makefile.in
@@ -1,7 +1,7 @@
SHELL = /bin/sh
SUBDIRS=syslogd @XCLIENTS@ zaway zctl zleave zlocate zmailnotify znol \
- zpopnotify zshutdown_notify zstat zwgc zwrite
+ zpopnotify zshutdown_notify zstat zwrite
all:
for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done