summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
Diffstat (limited to 'clients/zstat')
-rw-r--r--clients/zstat/Imakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/zstat/Imakefile b/clients/zstat/Imakefile
index e63e6e1..260b495 100644
--- a/clients/zstat/Imakefile
+++ b/clients/zstat/Imakefile
@@ -12,6 +12,9 @@ LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
SRCS = zstat.c
OBJS = zstat.o
+SRCDIR= ${SRCTOP}/clients/zstat
+CODE= ${SRCS} Imakefile
+
normal_obj_rule()
program(zstat,${OBJS},,${LIBS},${CLIENTDIR})