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
3.1.7 branch.
[minix.git]
/
drivers
/
atl2
/
Makefile
blob
48f41908de0ab4a876f4815f75a8b524c008f3c1
1
# Makefile for the Attansic/Atheros L2 ethernet driver (ATL2)
2
PROG
=
atl2
3
SRCS
=
atl2.c
4
5
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
}
6
LDADD
+= -
lnetdriver
-
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.prog.mk
>