From 3b490f22bcd53596da84b83d3078fe359dc79af1 Mon Sep 17 00:00:00 2001 From: trhodes Date: Wed, 29 Oct 2003 16:10:17 +0000 Subject: Bump WARNS level and add a '?' to WARNS=. --- sbin/fsck/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsck/Makefile') 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 -- cgit v1.1