]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/ath3kfw/Makefile
Import CK as of commit 5221ae2f3722a78c7fc41e47069ad94983d3bccb.
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / ath3kfw / Makefile
1 # $FreeBSD$
2
3 PROG=           ath3kfw
4 MAN=            ath3kfw.8
5 LIBADD+=        usb
6 SRCS=           main.c ath3k_fw.c ath3k_hw.c
7
8 .include <bsd.prog.mk>