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
sbin/newfs_msdos: sync with NetBSD-8
[minix3.git]
/
minix
/
drivers
/
net
/
fxp
/
Makefile
blob
3d67dda000536fd714ec6f3f219a35e77617c860
1
# Makefile for Intel Pro/100 driver (FXP)
2
PROG
=
fxp
3
SRCS
=
fxp.c mii.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
WARNS?
=
5
13
14
.
include
<
minix.service.mk
>