10Base-TX -> 10Base-T and 1000Base-TX -> 1000Base-T. Although 1000Base-TX
[dragonfly.git] / sys / dev / netif / axe / Makefile
blobb09dc73db40e1b7308e77dde3e9b954e3d178a04
1 # $DragonFly: src/sys/dev/netif/axe/Makefile,v 1.3 2006/06/25 11:02:38 corecode Exp $
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
8 .include <bsd.kmod.mk>