summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/Makefile
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-09-19 01:24:19 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-09-19 01:24:19 +0000
commitc1a25d60970fe027ade04ff351d7ecedf52bf81b (patch)
treef84cef53a8e131d3637367cc1dd1b9d217d42205 /sbin/fsck_ffs/Makefile
parentd37f7512f90407fe08f3da63555d04dd178e30a5 (diff)
downloadFreeBSD-src-c1a25d60970fe027ade04ff351d7ecedf52bf81b.zip
FreeBSD-src-c1a25d60970fe027ade04ff351d7ecedf52bf81b.tar.gz
Convert fsck_ffs to nmount(). This seems to solve
an intermittent problem where MNT_RELOAD fails for the root file system. Reported and tested by: phk Approved by: re (bmah)
Diffstat (limited to 'sbin/fsck_ffs/Makefile')
-rw-r--r--sbin/fsck_ffs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile
index ee164dd..aaae685 100644
--- a/sbin/fsck_ffs/Makefile
+++ b/sbin/fsck_ffs/Makefile
@@ -7,12 +7,13 @@ LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
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 gjournal.c
+ pass4.c pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c gjournal.c \
+ getmntopts.c
DPADD= ${LIBUFS}
LDADD= -lufs
WARNS?= 2
-CFLAGS+= -I${.CURDIR}
+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mount
-.PATH: ${.CURDIR}/../../sys/ufs/ffs
+.PATH: ${.CURDIR}/../../sys/ufs/ffs ${.CURDIR}/../mount
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud