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
/
lib
/
libnetdriver
/
Makefile
blob
00b142b1f14fe9913c7ff5f839d84175719bb618
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
# Makefile for libnetdriver
6
7
LIB
=
netdriver
8
9
SRCS
=
netdriver.c
10
11
.
include
<
bsd.lib.mk
>