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