aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-04-20 22:23:38 +0000
committerEd Maste <emaste@FreeBSD.org>2018-04-20 22:23:38 +0000
commitdaddfa7cc7c7ce2d835f2c2aa53a296ce962703b (patch)
treed5a3b24604a7aed927cca5aac66f8b8f7f195f4a /usr.sbin/makefs/ffs
parentbfeb2bd7cab178be6d098455e5c4b24dd3c00ee3 (diff)
Notes
Diffstat (limited to 'usr.sbin/makefs/ffs')
-rw-r--r--usr.sbin/makefs/ffs/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/makefs/ffs/Makefile.inc b/usr.sbin/makefs/ffs/Makefile.inc
index 2e9f1921b43f..a1e839fd7ab6 100644
--- a/usr.sbin/makefs/ffs/Makefile.inc
+++ b/usr.sbin/makefs/ffs/Makefile.inc
@@ -2,8 +2,8 @@
#
.PATH: ${SRCDIR}/ffs ${SRCTOP}/sys/ufs/ffs
-
-CFLAGS+= -I${SRCTOP}/sys/ufs/ffs
-
SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ufs_bmap.c
SRCS+= buf.c mkfs.c
+
+# Reach-over source from sys/ufs/ffs
+SRCS+= ffs_tables.c