repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
minix
/
net
/
Makefile
blob
9de770739ce87cd4264e91454eb4474feb37aa8c
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MKIMAGEONLY
} ==
"no"
4
SUBDIR
+=
lwip
5
SUBDIR
+=
uds
6
.
endif
# ${MKIMAGEONLY} == "no"
7
8
.
include
<
bsd.subdir.mk
>