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
/
lance
/
Makefile
blob
d15557514afed062945980c1f4d2f66992300a65
1
# Makefile for Lance driver
2
PROG
=
lance
3
SRCS
=
lance.c
4
5
DPADD
+= ${
LIBNETDRIVER
} ${
LIBSYS
}
6
LDADD
+= -
lnetdriver
-
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.prog.mk
>