summaryrefslogtreecommitdiffstats
path: root/sbin/fsck
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-10-29 16:10:17 +0000
committertrhodes <trhodes@FreeBSD.org>2003-10-29 16:10:17 +0000
commit3b490f22bcd53596da84b83d3078fe359dc79af1 (patch)
treef11de119ff67e1f520220c8dfddcc2f6fa33cffd /sbin/fsck
parent198ce303b59578609e7aee2acf563208a00b61fa (diff)
downloadFreeBSD-src-3b490f22bcd53596da84b83d3078fe359dc79af1.zip
FreeBSD-src-3b490f22bcd53596da84b83d3078fe359dc79af1.tar.gz
Bump WARNS level and add a '?' to WARNS=.
Diffstat (limited to 'sbin/fsck')
-rw-r--r--sbin/fsck/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile
index a916282..bc445fd 100644
--- a/sbin/fsck/Makefile
+++ b/sbin/fsck/Makefile
@@ -3,7 +3,7 @@
PROG= fsck
SRCS= fsck.c fsutil.c preen.c
-WARNS= 0
+WARNS?= 2
MAN= fsck.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud