diff options
Diffstat (limited to 'sbin/fsck')
-rw-r--r-- | sbin/fsck/Makefile | 2 |
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> |