Fixed 2 layers of breakage of WARNS. Setting WARNS unconditionally to

0 was bad and setting it unconditionally to 2 was worse.
This commit is contained in:
bde 2002-03-18 02:13:38 +00:00
parent bdae5e51a4
commit 54cd426b90

View File

@ -7,7 +7,7 @@ MAN= newfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-DFSIRAND -I${MOUNT}
WARNS= 2
WARNS?= 2
.PATH: ${MOUNT}