Makefile revision 178354
1# $FreeBSD: head/sys/modules/wlan_xauth/Makefile 178354 2008-04-20 20:35:46Z sam $
2
3.PATH: ${.CURDIR}/../../net80211
4
5KMOD=	wlan_xauth
6SRCS=	ieee80211_xauth.c
7SRCS+=	opt_wlan.h
8
9.if !defined(KERNBUILDDIR)
10opt_wlan.h:
11	echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
12.endif
13
14.include <bsd.kmod.mk>
15