summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clients/zstat/Imakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/zstat/Imakefile b/clients/zstat/Imakefile
index 2c8eedf..bdbb3cf 100644
--- a/clients/zstat/Imakefile
+++ b/clients/zstat/Imakefile
@@ -15,6 +15,9 @@ OBJS = zstat.o
SRCDIR= ${SRCTOP}/clients/zstat
CODE= ${SRCS} Imakefile
+/* dummy rule so 'make' means 'make all' */
+all::
+
depend::
(cd ../../server; make src)
normal_obj_rule()