1#	$FreeBSD$
2
3.PATH:	${.CURDIR}/../../../../sys/net80211
4
5KMOD=	test_ccmp
6SRCS+=	test_ccmp.c
7
8.include <bsd.kmod.mk>
9