aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/msdos/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/makefs/msdos/Makefile.inc')
-rw-r--r--usr.sbin/makefs/msdos/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/makefs/msdos/Makefile.inc b/usr.sbin/makefs/msdos/Makefile.inc
new file mode 100644
index 000000000000..cfa9e0e114c2
--- /dev/null
+++ b/usr.sbin/makefs/msdos/Makefile.inc
@@ -0,0 +1,10 @@
+MSDOS= ${SRCTOP}/sys/fs/msdosfs
+MSDOS_NEWFS= ${SRCTOP}/sbin/newfs_msdos
+
+.PATH: ${SRCDIR}/msdos ${MSDOS} ${MSDOS_NEWFS}
+
+CFLAGS+= -DMAKEFS -D_WANT_MSDOSFS_INTERNALS -I${MSDOS} -I${MSDOS_NEWFS}
+
+SRCS+= mkfs_msdos.c
+SRCS+= msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c
+SRCS+= msdosfs_vnops.c msdosfs_vfsops.c