blob: 3a5c6dcb97920303280c11cecd6305aa6b119889 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
.PATH: ${.CURDIR}/../../net80211
KMOD= wlan_wep
SRCS= ieee80211_crypto_wep.c
SRCS+= opt_wlan.h
.if !defined(KERNBUILDDIR)
opt_wlan.h:
echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
.endif
.include <bsd.kmod.mk>
|