repo.or.cz
/
dragonfly
/
netmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
10Base-TX -> 10Base-T and 1000Base-TX -> 1000Base-T. Although 1000Base-TX
[dragonfly/netmp.git]
/
sys
/
dev
/
netif
/
sbni
/
Makefile
blob
a31b61eea473cca1fa4486d25f286ec76fe4b727
1
# $FreeBSD: src/sys/modules/sbni/Makefile,v 1.1.2.1 2001/12/19 20:59:29 fjoe Exp $
2
# $DragonFly: src/sys/dev/netif/sbni/Makefile,v 1.4 2005/11/28 17:13:43 dillon Exp $
3
4
KMOD
=
if_sbni
5
SRCS
=
if_sbni.c if_sbni_pci.c
6
7
SRCS
+=
bus_if.h device_if.h pci_if.h
8
9
.
include
<
bsd.kmod.mk
>