summaryrefslogtreecommitdiff
path: root/clients/zleave
diff options
context:
space:
mode:
Diffstat (limited to 'clients/zleave')
-rw-r--r--clients/zleave/Imakefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/clients/zleave/Imakefile b/clients/zleave/Imakefile
index 89270c0..aae9ed2 100644
--- a/clients/zleave/Imakefile
+++ b/clients/zleave/Imakefile
@@ -8,14 +8,8 @@
/**/# $Id$
/**/#
-LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${COMERR_LIB} ${DES_LIB}
-LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${COMERR_LINTLIB} ${DES_LINTLIB}
SRCS = zleave.c
OBJS = zleave.o
-SRCDIR= ${SRCTOP}/clients/zleave
-CODE= ${SRCS} Imakefile
-
-normal_obj_rule()
-
-program(zleave,${OBJS},,${LIBS},${CLIENTDIR})
+zprogram(zleave,)
+install_man(zleave.1,zleave.1)