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