mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
10 lines
299 B
Makefile
10 lines
299 B
Makefile
MSDOS= ${SRCTOP}/sys/fs/msdosfs
|
|
MSDOS_NEWFS= ${SRCTOP}/sbin/newfs_msdos
|
|
|
|
.PATH: ${SRCDIR}/msdos ${MSDOS} ${MSDOS_NEWFS}
|
|
|
|
CFLAGS+= -DMAKEFS -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
|