diff options
| author | Paul Richards <paul@FreeBSD.org> | 1996-03-24 19:45:58 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1996-03-24 19:45:58 +0000 |
| commit | 50359a8d3aa1081b4f6be1f3e1e646edd3557eed (patch) | |
| tree | c34f9b305df6a125647285c3b300d896762b56df | |
| parent | 305ee1b388bff11c92ad225f5ae55f5dc0d30561 (diff) | |
Notes
| -rw-r--r-- | usr.bin/xlint/llib/Makefile | 5 |
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: |
