don't build lint libs if MKLINT == no

This commit is contained in:
cgd 2000-07-27 03:29:28 +00:00
parent 2dc192ae06
commit b653335cf3

View File

@ -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}