1# $FreeBSD$
2
3PACKAGE=	bluetooth
4PROG=		ath3kfw
5MAN=		ath3kfw.8
6LIBADD+=	usb
7SRCS=		main.c ath3k_fw.c ath3k_hw.c
8
9.include <bsd.prog.mk>
10