summaryrefslogtreecommitdiff
path: root/clients/zlocate
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-19 10:27:05 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-19 10:27:05 +0000
commit23d9e3692f6dc680fc5e1d8bfd65f9659e2bd56b (patch)
tree469cf9eaf234c38157d146a4dee87b8e14e476cd /clients/zlocate
parent1584680a1903cfe953cb3dcbfd2415dfb88c017b (diff)
Use new Athena imake rules
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)