]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - usr.sbin/bluetooth/ath3kfw/Makefile
Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.
[FreeBSD/releng/8.2.git] / usr.sbin / bluetooth / ath3kfw / Makefile
1 # $FreeBSD$
2
3 PROG=           ath3kfw
4 MAN=            ath3kfw.8
5 WARNS?=         6
6 DPADD+=         ${LIBUSB}
7 LDADD+=         -lusb
8
9 .include <bsd.prog.mk>