Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/llib don't build lint libs if MKLINT == no



details:   https://anonhg.NetBSD.org/src/rev/0b9e850d0dff
branches:  trunk
changeset: 495377:0b9e850d0dff
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Jul 27 03:29:28 2000 +0000

description:
don't build lint libs if MKLINT == no

diffstat:

 usr.bin/xlint/llib/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8d271c55997d -r 0b9e850d0dff usr.bin/xlint/llib/Makefile
--- a/usr.bin/xlint/llib/Makefile       Thu Jul 27 02:58:57 2000 +0000
+++ b/usr.bin/xlint/llib/Makefile       Thu Jul 27 03:29:28 2000 +0000
@@ -1,10 +1,15 @@
-#      $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
+#      $NetBSD: Makefile,v 1.8 2000/07/27 03:29:28 cgd Exp $
+
+.include <bsd.own.mk>
 
 LIBS=  llib-lposix.ln llib-lstdc.ln
+
+.if ${MKLINT} != "no"
 FILES= ${LIBS}
 FILESDIR= ${LINTLIBDIR}
 
 realall:       ${LIBS}
+.endif
 
 CLEANFILES+= ${LIBS}
 



Home | Main Index | Thread Index | Old Index