Improve the process for GNU tools
[minix3.git] / minix / fs / Makefile
blob6f18ad55c873a56ff64e6d7eff4a1cf9ea2c2a9d
1 .include <bsd.own.mk>
3 SUBDIR+= mfs
4 SUBDIR+= pfs
6 .if ${MKIMAGEONLY} == "no"
7 SUBDIR+= ext2
8 SUBDIR+= isofs
9 SUBDIR+= procfs
10 SUBDIR+= ptyfs
12 . if ${MACHINE_ARCH} == "i386"
13 SUBDIR+= hgfs
14 SUBDIR+= vbfs
15 . endif # ${MACHINE_ARCH} == "i386"
16 .endif # ${MKIMAGEONLY} == "no"
18 .include <bsd.subdir.mk>