Bump WARNS level and add a '?' to WARNS=.

This commit is contained in:
trhodes 2003-10-29 16:10:17 +00:00
parent 198ce303b5
commit 3b490f22bc

View File

@ -3,7 +3,7 @@
PROG= fsck
SRCS= fsck.c fsutil.c preen.c
WARNS= 0
WARNS?= 2
MAN= fsck.8
.include <bsd.prog.mk>