xref: /dflybsd-src/sys/netproto/802_11/wlan_xauth/Makefile (revision ac8179b5580d00adf66100804e87bec8dc92dea7)
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