summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-09-24 17:33:47 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-09-24 17:33:47 +0000
commitbbbe998d95154505a13702f3790a213acf9b1f54 (patch)
tree74c3843d637a47c761e8257132e6a54341ef899f /clients
parent298b7b479e48152b0e6fbab0a8c833d38b918088 (diff)
Use LIB definitions as described by make variables
Make $(ACLDIR) if necessary.
Diffstat (limited to 'clients')
-rw-r--r--clients/xzwrite/Imakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/clients/xzwrite/Imakefile b/clients/xzwrite/Imakefile
index b838c87..3dcae1e 100644
--- a/clients/xzwrite/Imakefile
+++ b/clients/xzwrite/Imakefile
@@ -9,7 +9,7 @@
/**/#
LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${DES_LIB} $(DYN_LIB) ${COMERR_LIB} \
- -lXaw -lXmu -lXt -lXext -lX11
+ ${XAW_LIB} ${XMU_LIB} ${XT_LIB} ${X11_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB} \
$(DYN_LINTLIB) ${COMERR_LINTLIB}
@@ -34,6 +34,7 @@ program(xzwrite,${OBJS},,${LIBS},${CLIENTDIR})
manpage(1,xzwrite.1)
install::
+ -mkdir $(DESTDIR)$(ACLDIR)
$(RM) $(DESTDIR)$(ACLDIR)/XZwrite
sed -e "s,ACLDIR,$(ACLDIR)," < XZwrite \
> $(DESTDIR)$(ACLDIR)/XZwrite