minix/minix/fs/Makefile
David van Moolenbroek c2f99d7c3a isofs: rename source directory to "isofs"
Change-Id: Ibe630f720b4399e7ebbbd850650036fbaa9cec7b
2014-09-18 13:00:57 +00:00

18 lines
278 B
Makefile

.include <bsd.own.mk>
SUBDIR+= mfs
SUBDIR+= pfs
.if ${MKIMAGEONLY} == "no"
SUBDIR+= ext2
SUBDIR+= isofs
SUBDIR+= procfs
. if ${MACHINE_ARCH} == "i386"
SUBDIR+= hgfs
SUBDIR+= vbfs
. endif # ${MACHINE_ARCH} == "i386"
.endif # ${MKIMAGEONLY} == "no"
.include <bsd.subdir.mk>