xref: /dragonfly/sys/dev/netif/ath/Makefile (revision 9f7604d7)
1# $DragonFly: src/sys/dev/netif/ath/Makefile,v 1.1 2006/07/13 09:15:22 sephe Exp $
2
3SUBDIR	= hal ath
4
5# Choose the desired rate below
6SUBDIR	+= rate_sample
7#SUBDIR	+= rate_amrr
8#SUBDIR	+= rate_onoe
9
10.include <bsd.subdir.mk>
11