Makefile revision 222772
1# $FreeBSD: head/usr.sbin/bluetooth/ath3kfw/Makefile 222772 2011-06-06 20:24:17Z ed $
2
3PROG=		ath3kfw
4MAN=		ath3kfw.8
5DPADD+=		${LIBUSB}
6LDADD+=		-lusb
7
8.include <bsd.prog.mk>
9