repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve the process for GNU tools
[minix3.git]
/
minix
/
fs
/
Makefile
blob
6f18ad55c873a56ff64e6d7eff4a1cf9ea2c2a9d
1
.
include
<
bsd.own.mk
>
2
3
SUBDIR
+=
mfs
4
SUBDIR
+=
pfs
5
6
.if
${
MKIMAGEONLY
} ==
"no"
7
SUBDIR
+=
ext2
8
SUBDIR
+=
isofs
9
SUBDIR
+=
procfs
10
SUBDIR
+=
ptyfs
11
12
. if
${
MACHINE_ARCH
} ==
"i386"
13
SUBDIR
+=
hgfs
14
SUBDIR
+=
vbfs
15
.
endif
# ${MACHINE_ARCH} == "i386"
16
.
endif
# ${MKIMAGEONLY} == "no"
17
18
.
include
<
bsd.subdir.mk
>