Makefile revision 138578
1#	$FreeBSD: head/tools/regression/net80211/tkip/Makefile 138578 2004-12-08 17:45:53Z sam $
2
3.PATH:	${.CURDIR}/../../../../sys/net80211
4
5KMOD=	test_tkip
6SRCS+=	test_tkip.c
7
8.include <bsd.kmod.mk>
9