aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/makefs/ffs/Makefile.inc')
-rw-r--r--usr.sbin/makefs/ffs/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/makefs/ffs/Makefile.inc b/usr.sbin/makefs/ffs/Makefile.inc
new file mode 100644
index 000000000000..0db1750ab282
--- /dev/null
+++ b/usr.sbin/makefs/ffs/Makefile.inc
@@ -0,0 +1,8 @@
+.PATH: ${SRCDIR}/ffs ${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
+
+CWARNFLAGS.ffs_balloc.c+= -Wno-sign-compare