aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1996-03-24 19:45:58 +0000
committerPaul Richards <paul@FreeBSD.org>1996-03-24 19:45:58 +0000
commit50359a8d3aa1081b4f6be1f3e1e646edd3557eed (patch)
treec34f9b305df6a125647285c3b300d896762b56df /usr.bin
parent305ee1b388bff11c92ad225f5ae55f5dc0d30561 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xlint/llib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile
index 8c2f4d87d8b11..127f92fa873f8 100644
--- a/usr.bin/xlint/llib/Makefile
+++ b/usr.bin/xlint/llib/Makefile
@@ -1,11 +1,12 @@
# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
-LIBS= llib-lposix.ln llib-lstdc.ln
+#LIBS= llib-lposix.ln llib-lstdc.ln
+LIBS= llib-lstdc.ln
all: ${LIBS}
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} \
${LIBS} ${DESTDIR}${LINTLIBDIR}
clean cleanall: