summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
Diffstat (limited to 'clients/zstat')
-rw-r--r--clients/zstat/Imakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/zstat/Imakefile b/clients/zstat/Imakefile
index 260b495..4fcdad7 100644
--- a/clients/zstat/Imakefile
+++ b/clients/zstat/Imakefile
@@ -15,6 +15,8 @@ OBJS = zstat.o
SRCDIR= ${SRCTOP}/clients/zstat
CODE= ${SRCS} Imakefile
+depend::
+ (cd ../../server; make zserver.h)
normal_obj_rule()
program(zstat,${OBJS},,${LIBS},${CLIENTDIR})