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

This commit is contained in:
Tom Rhodes 2003-10-29 16:10:17 +00:00
parent ff7e70a9ab
commit feeac7d216
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121690

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>