1# $DragonFly: src/sys/netproto/802_11/wlan_xauth/Makefile,v 1.1 2006/05/18 13:51:46 sephe Exp $
2
3KMOD	 = wlan_xauth
4SRCS	 = ieee80211_xauth.c
5SRCS	+= opt_wlan.h
6
7.if !defined(BUILDING_WITH_KERNEL)
8opt_wlan.h:
9	echo "#define IEEE80211_SUPPORT_TDMA    1" > ${.TARGET}
10	echo "#define IEEE80211_SUPPORT_MESH    1" > ${.TARGET}
11.endif
12
13.include <bsd.kmod.mk>
14