repo.or.cz
/
dragonfly.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.git]
/
sys
/
dev
/
netif
/
axe
/
Makefile
blob
b09dc73db40e1b7308e77dde3e9b954e3d178a04
1
# $DragonFly: src/sys/dev/netif/axe/Makefile,v 1.3 2006/06/25 11:02:38 corecode Exp $
2
3
KMOD
=
if_axe
4
SRCS
=
if_axe.c opt_usb.h device_if.h bus_if.h
5
SRCS
+=
miibus_if.h
6
KMODDEPS
=
miibus
7
8
.
include
<
bsd.kmod.mk
>