summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/Makefile
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-09-01 08:26:39 +0000
committerscottl <scottl@FreeBSD.org>2004-09-01 08:26:39 +0000
commit684e3778914da5afd41a4264dc874f60b2d0d1f5 (patch)
treee2f8efc8fb893028c0cf44f9d40a23bc9012fc6b /sbin/fsck_ffs/Makefile
parent1ee063801f59f383cb3c91609b2e5d07b6226abc (diff)
downloadFreeBSD-src-684e3778914da5afd41a4264dc874f60b2d0d1f5.zip
FreeBSD-src-684e3778914da5afd41a4264dc874f60b2d0d1f5.tar.gz
Move back to WARNS=2
Diffstat (limited to 'sbin/fsck_ffs/Makefile')
-rw-r--r--sbin/fsck_ffs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile
index d61189c..5b7474f 100644
--- a/sbin/fsck_ffs/Makefile
+++ b/sbin/fsck_ffs/Makefile
@@ -8,7 +8,7 @@ MAN= fsck_ffs.8
MLINKS= fsck_ffs.8 fsck_ufs.8 fsck_ffs.8 fsck_4.2bsd.8
SRCS= dir.c ea.c fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c \
pass4.c pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c
-WARNS?= 0
+WARNS?= 2
CFLAGS+= -I${.CURDIR}
.PATH: ${.CURDIR}/../../sys/ufs/ffs
OpenPOWER on IntegriCloud