Revert rtw.c rev1.7, though it works well with my ral(4)/ath(4) based
[dragonfly/vkernel-mp.git] / sys / dev / netif / axe / Makefile
blobb80b50196279d1e7d2f7238508d8aaf863eac779
1 # $DragonFly: src/sys/dev/netif/axe/Makefile,v 1.3 2006/06/25 13: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>