1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/net80211 4 5KMOD= wlan_tkip 6SRCS= ieee80211_crypto_tkip.c 7SRCS+= opt_wlan.h 8 9.include <bsd.kmod.mk> 10