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
vm: allow split of mem_anon_contig region
[minix3.git]
/
minix
/
net
/
Makefile
blob
3a589825be56c70e5ac3ebfd1b10ff56c635f86f
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MKIMAGEONLY
} ==
"no"
4
SUBDIR
+=
inet
5
6
. if
${
MKLWIP
} ==
"yes"
7
SUBDIR
+=
lwip
8
.
endif
# ${MKLWIP} == "yes"
9
.
endif
# ${MKIMAGEONLY} == "no"
10
11
.
include
<
bsd.subdir.mk
>