1# $FreeBSD$
2
3PROG=		ath3kfw
4MAN=		ath3kfw.8
5DPADD+=		${LIBUSB}
6LDADD+=		-lusb
7
8.include <bsd.prog.mk>
9