9f988b7934
Change-Id: I0ebcc9d0168df9d26cfb0af0fce2bc894ce688af
15 lines
443 B
Makefile
15 lines
443 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2013/01/26 16:50:46 christos Exp $
|
|
#
|
|
|
|
MSDOS= ${NETBSDSRCDIR}/sys/fs/msdosfs
|
|
MSDOS_NEWFS= ${NETBSDSRCDIR}/sbin/newfs_msdos
|
|
|
|
.PATH: ${.CURDIR}/msdos ${MSDOS} ${MSDOS_NEWFS}
|
|
|
|
CPPFLAGS+= -DMSDOS_EI -I${MSDOS} -I${MSDOS_NEWFS}
|
|
.if !defined(HOSTPROGNAME)
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
|
|
.endif
|
|
|
|
SRCS+= mkfs_msdos.c msdosfs_fat.c msdosfs_conv.c msdosfs_vfsops.c
|
|
SRCS+= msdosfs_lookup.c msdosfs_denode.c msdosfs_vnops.c
|