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
Improve the process for GNU tools
[minix3.git]
/
minix
/
drivers
/
net
/
rtl8139
/
Makefile
blob
0a3b4096b2c83f3bdb0cf41d58b3d9db37968025
1
# Makefile for the Realtek RTL8139 ethernet driver (RTL8139)
2
PROG
=
rtl8139
3
SRCS
=
rtl8139.c
4
5
FILES
=${
PROG
}
.conf
6
FILESNAME
=${
PROG
}
7
FILESDIR
= /
etc
/
system.conf.d
8
9
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
}
10
LDADD
+= -
lnetdriver
-
lsys
11
12
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
minix
13
14
.
include
<
minix.service.mk
>