diff options
author | scottl <scottl@FreeBSD.org> | 2004-09-01 08:26:39 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-09-01 08:26:39 +0000 |
commit | 684e3778914da5afd41a4264dc874f60b2d0d1f5 (patch) | |
tree | e2f8efc8fb893028c0cf44f9d40a23bc9012fc6b /sbin/fsck_ffs | |
parent | 1ee063801f59f383cb3c91609b2e5d07b6226abc (diff) | |
download | FreeBSD-src-684e3778914da5afd41a4264dc874f60b2d0d1f5.zip FreeBSD-src-684e3778914da5afd41a4264dc874f60b2d0d1f5.tar.gz |
Move back to WARNS=2
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r-- | sbin/fsck_ffs/Makefile | 2 |
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 |