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