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:
Bruce Evans 2002-03-18 02:13:38 +00:00
parent 54af1ca6c1
commit 3f305db0a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92527

View File

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