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