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