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
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
drivers
/
net
/
ip1000
/
Makefile
blob
d8ac6c81c826e79c4f3b4d7fe90765db1e2665c8
1
# Makefile for the Ethernet drivers
2
PROG
=
ip1000
3
SRCS
=
ip1000.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
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
minix
13
14
.
include
<
minix.service.mk
>