* Remove the remains of the obsolete timeout()/untimeout() interface.
[dragonfly.git] / sys / dev / netif / acx / Makefile
blob28f1f1c13c43489a666283cc88fa3e369a7708be
1 # $DragonFly: src/sys/dev/netif/acx/Makefile,v 1.2 2006/09/01 15:13:15 sephe Exp $
2 KMOD = if_acx
4 SRCS = if_acx.c acxcmd.c acx100.c acx111.c
5 SRCS += device_if.h bus_if.h pci_if.h
7 KMODDEPS= wlan wlan_ratectl_onoe wlan_ratectl_amrr
9 .include <bsd.kmod.mk>