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