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
make vfs & filesystems use failable copying
[minix3.git]
/
lib
/
libnetdriver
/
Makefile
blob
19e2ab0ca08de86384f4ab83208668bc9817e723
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
4
# Makefile for libnetdriver
5
6
LIB
=
netdriver
7
8
SRCS
=
netdriver.c
9
10
.
include
<
bsd.lib.mk
>