1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/net80211 4 5KMOD= wlan_amrr 6SRCS= ieee80211_amrr.c 7SRCS+= opt_wlan.h 8 9.include <bsd.kmod.mk> 10