add Makefile.inc to turn off WARNS, and use it

This commit is contained in:
lukem 1997-10-20 04:28:24 +00:00
parent 2f48163c46
commit 9ae9df9346
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,7 @@
# $NetBSD: Makefile.inc,v 1.1 1997/10/20 04:28:24 lukem Exp $
WARNS= 0
.if exists("${.CURDIR}/../../Makefile.inc")
.include "${.CURDIR}/../../Makefile.inc"
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 1997/05/08 21:12:05 gwr Exp $
# $NetBSD: Makefile,v 1.7 1997/10/20 04:28:25 lukem Exp $
.PATH: ${.CURDIR}/../lint1
@ -9,5 +9,4 @@ MAN= lint.1
CFLAGS+=-I${.CURDIR}/../lint1
.include "${.CURDIR}/../../Makefile.inc"
.include <bsd.prog.mk>