enable WARNS=1 by default, but disable in unclean 3rd party code

This commit is contained in:
lukem 1997-10-18 06:42:25 +00:00
parent 9aebf6b8ce
commit 7f31c8aab5

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.6 1997/10/17 10:38:21 lukem Exp $
# $NetBSD: Makefile.inc,v 1.7 1997/10/18 06:42:52 lukem Exp $
LIBCOMMON != cd ${.CURDIR}/../common;\
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
@ -6,4 +6,6 @@ CFLAGS+=-I${.CURDIR}/../common
DPADD+= ${LIBKVM} ${LIBCOMMON}/libcommon.a
LDADD+= -lkvm -L${LIBCOMMON} -lcommon
.include "../Makefile.inc"
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif