diff options
author | Richard Basch <probe@mit.edu> | 1993-11-19 10:27:05 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1993-11-19 10:27:05 +0000 |
commit | 23d9e3692f6dc680fc5e1d8bfd65f9659e2bd56b (patch) | |
tree | 469cf9eaf234c38157d146a4dee87b8e14e476cd /clients/zctl | |
parent | 1584680a1903cfe953cb3dcbfd2415dfb88c017b (diff) |
Use new Athena imake rules
Diffstat (limited to 'clients/zctl')
-rw-r--r-- | clients/zctl/Imakefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/clients/zctl/Imakefile b/clients/zctl/Imakefile index 493f847..69418d6 100644 --- a/clients/zctl/Imakefile +++ b/clients/zctl/Imakefile @@ -8,22 +8,9 @@ /**/# $Id$ /**/# -LIBS= ${ZEPHYR_LIB} ${SS_LIB} ${KRB_LIB} ${DES_LIB} ${COMERR_LIB} -LINTLIBS= ${ZEPHYR_LINTLIB} ${SS_LINTLIB} ${KRB_LINTLIB} \ - ${DES_LINTLIB} ${COMERR_LINTLIB} -SRCS = zctl.c +SRCS = zctl.c zctl_cmds.c OBJS = zctl.o zctl_cmds.o -OTHERSRCS= zctl_cmds.ct -#ifdef LOCAL_LIBS -LINCLUDES=-I$(BUILDTOP)/ss -#endif - -SRCDIR= ${SRCTOP}/clients/zctl -CODE= ${OTHERSRCS} ${SRCS} Imakefile - -normal_obj_rule() - -program(zctl,${OBJS},,${LIBS},${CLIENTDIR}) - -command_table_noprof(zctl_cmds) +cmd_table(zctl_cmds) +zprogram(zctl,$(LIB_SS)) +install_man(zctl.1,zctl.1) |