3628c70daa
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
10 lines
136 B
Makefile
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>
|