summaryrefslogtreecommitdiff
path: root/clients/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'clients/Makefile.in')
-rw-r--r--clients/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/Makefile.in b/clients/Makefile.in
index 42732e9..2ae4614 100644
--- a/clients/Makefile.in
+++ b/clients/Makefile.in
@@ -1,7 +1,7 @@
SHELL = /bin/sh
-SUBDIRS=@XCLIENTS@ zaway zctl zleave zlocate zmailnotify znol \
- zpopnotify zshutdown_notify zstat zwrite
+SUBDIRS=zaway zctl zleave zlocate znol \
+ zshutdown_notify zstat zwrite
all:
for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done