1KMOD	 = wlan_xauth
2SRCS	 = ieee80211_xauth.c
3SRCS	+= opt_wlan.h
4
5.if !defined(KERNBUILDDIR)
6opt_wlan.h:
7	echo "#define IEEE80211_SUPPORT_TDMA    1" > ${.TARGET}
8	echo "#define IEEE80211_SUPPORT_MESH    1" > ${.TARGET}
9.endif
10
11.include <bsd.kmod.mk>
12