summaryrefslogtreecommitdiff
path: root/clients/zctl
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-11-14 06:46:50 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-11-14 06:46:50 +0000
commitf9e20e8e2b1599c01d759306cef5e9459b729b0a (patch)
tree86cc63075b30f05d89d0cb19233c9dc5896f01c9 /clients/zctl
parente926e5c7fc697fb7fb0f0e47f44132deb563b8e4 (diff)
Initial revision
Diffstat (limited to 'clients/zctl')
-rw-r--r--clients/zctl/Imakefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/clients/zctl/Imakefile b/clients/zctl/Imakefile
new file mode 100644
index 0000000..cda79d0
--- /dev/null
+++ b/clients/zctl/Imakefile
@@ -0,0 +1,26 @@
+/**/# Copyright 1988 Massachusetts Institute of Technology.
+/**/#
+/**/# For copying and distribution information, see the file
+/**/# "mit-copyright.h".
+/**/#
+/**/# $Source$
+/**/# $Author$
+/**/# $Header$
+/**/#
+LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${SS_LIB} ${KRB_LIB} ${DES_LIB}
+LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${SS_LINTLIB} \
+ ${KRB_LINTLIB} ${DES_LINTLIB}
+SRCS = zctl.c
+OBJS = zctl.o zctl_cmds.o
+#ifdef LOCAL_LIBS
+LINCLUDES=-I$(BUILDTOP)/ss
+#endif
+
+normal_obj_rule()
+
+command_table(zctl_cmds)
+
+program(zctl,${OBJS},,${LIBS},${CLIENTDIR})
+
+clean::
+ rm -f zctl_cmds.ct.o