Makefile.inc revision 1.6
11.6Smartin# $NetBSD: Makefile.inc,v 1.6 2014/09/01 09:09:47 martin Exp $ 21.1Schristos# 31.1Schristos 41.1SchristosMSDOS= ${NETBSDSRCDIR}/sys/fs/msdosfs 51.2SchristosMSDOS_NEWFS= ${NETBSDSRCDIR}/sbin/newfs_msdos 61.1Schristos 71.6Smartin.PATH: ${.CURDIR}/msdos ${MSDOS} ${MSDOS_NEWFS} ${NETBSDSRCDIR}/sys/dev 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 161.6SmartinSRCS+= clock_subr.c 17