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
e1000: add i82583V 1000baseT Ethernet
[minix3.git]
/
sys
/
net
/
Makefile
blob
f84d9ef6b6651e5d5c7e347fea20d781d95a6dcd
1
# $NetBSD: Makefile,v 1.32 2012/10/27 22:36:14 alnsn Exp $
2
3
INCSDIR
= /
usr
/
include
/
net
4
5
INCS
=
ethertypes.h \
6
if_ether.h \
7
\
8
\
9
\
10
radix.h \
11
route.h
12
13
.if
!
defined
(
__MINIX
)
14
SUBDIR
=
agr npf
15
.
endif
# !defined(__MINIX)
16
17
.
include
<
bsd.kinc.mk
>
18
19
.PATH
: ${
NETBSDSRCDIR
}/
sys
/
dist
/
pf
/
net