xref: /freebsd/usr.sbin/bluetooth/ath3kfw/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=	bluetooth
2PROG=		ath3kfw
3MAN=		ath3kfw.8
4LIBADD+=	usb
5SRCS=		main.c ath3k_fw.c ath3k_hw.c
6
7.include <bsd.prog.mk>
8