summaryrefslogtreecommitdiffstats
path: root/sys/modules/wlan_xauth/Makefile
blob: 1877fd18eb4460efa8aa5814e2fcd7f463d1a069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../net80211

KMOD=	wlan_xauth
SRCS=	ieee80211_xauth.c
SRCS+=	opt_wlan.h

.if !defined(KERNBUILDDIR)
opt_wlan.h:
	echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud