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
can't get_block(NO_DEV) any more
[minix.git]
/
drivers
/
lance
/
Makefile
blob
46f8e2ac13c8f90764e7d3421414daa5101864ee
1
# Makefile for Lance driver
2
PROG
=
lance
3
SRCS
=
lance.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
>