Makefile.inc revision 1.5
11.5Schristos# $NetBSD: Makefile.inc,v 1.5 2013/01/26 16:50:46 christos Exp $ 21.1Schristos# 31.1Schristos 41.1SchristosMSDOS= ${NETBSDSRCDIR}/sys/fs/msdosfs 51.2SchristosMSDOS_NEWFS= ${NETBSDSRCDIR}/sbin/newfs_msdos 61.1Schristos 71.3Schristos.PATH: ${.CURDIR}/msdos ${MSDOS} ${MSDOS_NEWFS} 81.1Schristos 91.5SchristosCPPFLAGS+= -DMSDOS_EI -I${MSDOS} -I${MSDOS_NEWFS} 101.5Schristos.if !defined(HOSTPROGNAME) 111.5SchristosCPPFLAGS+= -I${NETBSDSRCDIR}/sys 121.5Schristos.endif 131.3Schristos 141.4SchristosSRCS+= mkfs_msdos.c msdosfs_fat.c msdosfs_conv.c msdosfs_vfsops.c 151.4SchristosSRCS+= msdosfs_lookup.c msdosfs_denode.c msdosfs_vnops.c 16