summaryrefslogtreecommitdiff
path: root/clients/zctl
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-03-23 06:13:47 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-03-23 06:13:47 +0000
commitd996bbcd90abacd8a291c9c87c96227a3ce4bd01 (patch)
tree42940e0346dc6bf18ef44ab765d87904a1fe6a91 /clients/zctl
parent0759c1fbd097067cc9e4d57e40d7e973f587b504 (diff)
Imakefile changes from Win Treese to support multiple compile trees
Diffstat (limited to 'clients/zctl')
-rw-r--r--clients/zctl/Imakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/clients/zctl/Imakefile b/clients/zctl/Imakefile
index bea30f5..ec6c9db 100644
--- a/clients/zctl/Imakefile
+++ b/clients/zctl/Imakefile
@@ -7,15 +7,21 @@
/**/# $Author$
/**/# $Header$
/**/#
+
LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${SS_LIB} ${KRB_LIB} ${DES_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${SS_LINTLIB} \
${KRB_LINTLIB} ${DES_LINTLIB}
SRCS = zctl.c
OBJS = zctl.o zctl_cmds.o
+OTHERSRCS= zctl_cmds.ct
+
#ifdef LOCAL_LIBS
-LINCLUDES=-I$(BUILDTOP)/ss
+LINCLUDES=-I$(BUILDTOP)/ss/lib
#endif
+SRCDIR= ${SRCTOP}/clients/zctl
+CODE= ${OTHERSRCS} ${SRCS} Imakefile
+
normal_obj_rule()
program(zctl,${OBJS},,${LIBS},${CLIENTDIR})