]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/wlan_tkip/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / wlan_tkip / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../net80211
4
5 KMOD=   wlan_tkip
6 SRCS=   ieee80211_crypto_tkip.c
7 SRCS+=  opt_wlan.h
8
9 .if !defined(KERNBUILDDIR)
10 opt_wlan.h:
11         echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
12 .endif
13
14 .include <bsd.kmod.mk>