From feeac7d216508e4df0212cce98e84a0d1a422e3b Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Wed, 29 Oct 2003 16:10:17 +0000 Subject: [PATCH] Bump WARNS level and add a '?' to WARNS=. --- sbin/fsck/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index a916282d565b..bc445fda26f7 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