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