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
iso9660fs: initialize buffer cache
[minix.git]
/
drivers
/
atl2
/
Makefile
blob
22d8d492f7e9b246342854c761cdaa58f2cb3768
1
# Makefile for the Attansic/Atheros L2 ethernet driver (ATL2)
2
PROG
=
atl2
3
SRCS
=
atl2.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
MAN
=
13
14
BINDIR?
= /
usr
/
sbin
15
16
.
include
<
minix.service.mk
>