1 # $NetBSD: Makefile,v 1.36 2013/08/05 14:41:57 reinoud Exp $
9 SRCS
= cd9660.c chfs.c ffs.c v7fs.c msdos.c udf.c\
17 MKNODSRC
= ${NETBSDSRCDIR}/sbin
/mknod
18 MTREESRC
= ${NETBSDSRCDIR}/usr.sbin
/mtree
20 CPPFLAGS
+= -I
${.CURDIR
} -I
${MKNODSRC} -I
${MTREESRC} -DMAKEFS
21 #CPPFLAGS+= -DMSDOSFS_DEBUG
22 .PATH
: ${MKNODSRC} ${MTREESRC}
24 .
include "${.CURDIR}/cd9660/Makefile.inc"
25 .
include "${.CURDIR}/chfs/Makefile.inc"
26 .
include "${.CURDIR}/ffs/Makefile.inc"
27 .
include "${.CURDIR}/v7fs/Makefile.inc"
28 .
include "${.CURDIR}/msdos/Makefile.inc"
29 .
include "${.CURDIR}/udf/Makefile.inc"
31 .if
!defined
(HOSTPROG
)
36 .
include <bsd.prog.mk
>