don't build lint libs if MKLINT == no
This commit is contained in:
parent
2dc192ae06
commit
b653335cf3
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user