summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8c2f4d8..127f92f 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:
OpenPOWER on IntegriCloud