summaryrefslogtreecommitdiff
path: root/clients/zaway
diff options
context:
space:
mode:
Diffstat (limited to 'clients/zaway')
-rw-r--r--clients/zaway/Imakefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/clients/zaway/Imakefile b/clients/zaway/Imakefile
new file mode 100644
index 0000000..5ed2f97
--- /dev/null
+++ b/clients/zaway/Imakefile
@@ -0,0 +1,17 @@
+/**/# 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} ${KRB_LIB} ${DES_LIB}
+LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
+SRCS = zaway.c
+OBJS = zaway.o
+
+normal_obj_rule()
+
+program(zaway,${OBJS},,${LIBS},${CLIENTDIR})