aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/net80211/tkip/Makefile
blob: 1a1f7cacb4d491d5ca09109dfbd87d304fc74ff6 (plain) (blame)
1
2
3
4
5
6
7
8
#	$FreeBSD$

.PATH:	${.CURDIR}/../../../../sys/net80211

KMOD=	test_tkip
SRCS+=	test_tkip.c

.include <bsd.kmod.mk>