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
vfs: pm_dumpcore: always clean up process
[minix.git]
/
lib
/
libnetsock
/
Makefile
blob
4da9229bbcfa6cc7df2aeb97fec36ead4f2d2894
1
LIB
=
netsock
2
3
CPPFLAGS
+= -
I
${
.CURDIR
}/
include
/ -
D_SYSTEM
-
D_MINIX
4
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
lib
/
liblwip
/
include
5
CFLAGS
+= -
Wall
-
Wextra
-
std
=
c99
6
7
SRCS
+=
socket.c
8
9
.
include
<
bsd.lib.mk
>