diff options
author | Greg Hudson <ghudson@mit.edu> | 1997-09-23 14:58:54 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1997-09-23 14:58:54 +0000 |
commit | d7503d0fb46734b2e9d74cde9099a34a4d12da88 (patch) | |
tree | 345ccc84ac39cc95d47b974f996fc91590c8a369 /clients | |
parent | 14b8946f493d3ac02c4468c57fd411b31c4c0894 (diff) |
zwgc moved back to the top level.
Diffstat (limited to 'clients')
-rw-r--r-- | clients/Makefile.in | 2 |
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 |