aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ifs/Makefile
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2000-10-09 09:21:04 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2000-10-09 09:21:04 +0000
commit4336716b84c07cd95fb5504361b8e09f2e913917 (patch)
tree396e2faa55e0ed7360213f0d91265493468aa224 /sbin/fsck_ifs/Makefile
parent3421170c6754aef6a07a83e59aebd471540a1c4f (diff)
downloadsrc-4336716b84c07cd95fb5504361b8e09f2e913917.tar.gz
src-4336716b84c07cd95fb5504361b8e09f2e913917.zip
Some missed magic in the fsck wrapper commit which is required by other
utilities which use bits of fsck_ffs - namely quotacheck and fsdb. In depth, utilities.c contains blockcheck() which is needed by both, but also a slew of routines which require bits of the FFS code to be compiled in. This breaks the fs-specific and non-fs-specific code up into two files (well, blockcheck() is the only routine in utilities.c, that'll change later) which makes building fsck_ffs, quotacheck and fsdb work yet again. (You won't find commits to fsdb and quotacheck here before I haven't committed the post-fsck-wrappers version of them yet.)
Notes
Notes: svn path=/head/; revision=66864
Diffstat (limited to 'sbin/fsck_ifs/Makefile')
-rw-r--r--sbin/fsck_ifs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/Makefile b/sbin/fsck_ifs/Makefile
index da0e9f897712..e1c106f6dbed 100644
--- a/sbin/fsck_ifs/Makefile
+++ b/sbin/fsck_ifs/Makefile
@@ -5,7 +5,7 @@ PROG= fsck_ffs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_ufs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
MAN8= fsck_ffs.8
-SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
+SRCS= dir.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
CFLAGS+=-W
.PATH: ${.CURDIR}/../../sys/ufs/ffs