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
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
usr.sbin
/
mkfs.mfs
/
Makefile
blob
81c6b41264d70cdb2361cf4ffae83ed93813f351
1
SUBDIR
=
v3
2
3
.if
!
defined
(
HOSTPROGNAME
)
4
#SUBDIR+= v1 v2 # Original V1 and V2 file systems
5
#SUBDIR+= v1l v2l # Linux-extended variants
6
#SUBDIR+= mfs3v2 # V2 as handled by regular MINIX 3.x; hacky
7
.
endif
8
9
.
include
<
bsd.subdir.mk
>