summaryrefslogtreecommitdiff
path: root/minix/fs/Makefile
blob: 6f18ad55c873a56ff64e6d7eff4a1cf9ea2c2a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.include <bsd.own.mk>

SUBDIR+=	mfs
SUBDIR+=	pfs

.if ${MKIMAGEONLY} == "no"
SUBDIR+=	ext2
SUBDIR+=	isofs
SUBDIR+=	procfs
SUBDIR+=	ptyfs

.  if ${MACHINE_ARCH} == "i386"
SUBDIR+=	hgfs
SUBDIR+=	vbfs
.  endif # ${MACHINE_ARCH} == "i386"
.endif # ${MKIMAGEONLY} == "no"

.include <bsd.subdir.mk>