mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
14 lines
227 B
Makefile
14 lines
227 B
Makefile
# $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" > ${.TARGET}
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|