freebsd-skq/usr.sbin/bluetooth/ath3kfw/Makefile
manu 3628c70daa pkgbase: Add a FreeBSD-bluetooth package
Move the bluetooth related files from FreeBSD-runtime to a new package named
FreeBSD-bluetooth
The FreeBSD runtime is only intended to have everything for a working
FreeBSD installation and bluetooth isn't needed for that.

Reviewed by:	bapt, gjb
Differential Revision:	https://reviews.freebsd.org/D20959
2019-07-19 15:10:03 +00:00

10 lines
136 B
Makefile

# $FreeBSD$
PACKAGE= bluetooth
PROG= ath3kfw
MAN= ath3kfw.8
LIBADD+= usb
SRCS= main.c ath3k_fw.c ath3k_hw.c
.include <bsd.prog.mk>