summaryrefslogtreecommitdiff
path: root/clients/znol
diff options
context:
space:
mode:
Diffstat (limited to 'clients/znol')
-rw-r--r--clients/znol/Imakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/clients/znol/Imakefile b/clients/znol/Imakefile
index de0bcc3..eeeba73 100644
--- a/clients/znol/Imakefile
+++ b/clients/znol/Imakefile
@@ -7,11 +7,15 @@
/**/# $Author$
/**/# $Header$
/**/#
+
LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
SRCS = znol.c
OBJS = znol.o
+SRCDIR= ${SRCTOP}/clients/znol
+CODE= ${SRCS} Imakefile
+
normal_obj_rule()
program(znol,${OBJS},,${LIBS},${CLIENTDIR})