diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 06:00:09 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 06:00:09 +0000 |
| commit | a03f8f81b7cfce3935baf7686514258e38e696fa (patch) | |
| tree | df6c84e264306828cbbd9d13abee10ab407e1bcf | |
| parent | 8518a74a8f1a532d3b7e0e3616bea24303493f88 (diff) | |
Notes
| -rw-r--r-- | sbin/fsdb/Makefile | 1 | ||||
| -rw-r--r-- | sbin/growfs/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index d205e274e2ded..9c1ccda34cbed 100644 --- a/sbin/fsdb/Makefile +++ b/sbin/fsdb/Makefile @@ -8,6 +8,7 @@ SRCS= fsdb.c fsdbutil.c \ dir.c ea.c fsutil.c inode.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c CFLAGS+= -I${.CURDIR}/../fsck_ffs +WARNS?= 0 LDADD= -ledit -ltermcap DPADD= ${LIBEDIT} ${LIBTERMCAP} .PATH: ${.CURDIR}/../fsck_ffs ${.CURDIR}/../../sys/ufs/ffs diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 21b559682b282..d6ddfd5c6a2ee 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -10,7 +10,7 @@ PROG= growfs SRCS= growfs.c MAN= growfs.8 -WARNS?= 6 +WARNS?= 0 .if defined(GFSDBG) SRCS+= debug.c |
