summaryrefslogtreecommitdiff
path: root/usr.bin/bluetooth
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-07-19 15:10:03 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-07-19 15:10:03 +0000
commit9553ea80a8807d9ff2b7b3498bdb002f6cb66b26 (patch)
treeb5275694374d99d98f8051877106a0a9fcf34df5 /usr.bin/bluetooth
parent1ba153e085f25d335845e6eb9fd560de1eb88403 (diff)
downloadsrc-test-9553ea80a8807d9ff2b7b3498bdb002f6cb66b26.tar.gz
src-test-9553ea80a8807d9ff2b7b3498bdb002f6cb66b26.zip
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
Notes
Notes: svn path=/head/; revision=350132
Diffstat (limited to 'usr.bin/bluetooth')
-rw-r--r--usr.bin/bluetooth/bthost/Makefile2
-rw-r--r--usr.bin/bluetooth/btsockstat/Makefile1
-rw-r--r--usr.bin/bluetooth/rfcomm_sppd/Makefile1
3 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/bluetooth/bthost/Makefile b/usr.bin/bluetooth/bthost/Makefile
index 13b1d90d991c7..76b826738a658 100644
--- a/usr.bin/bluetooth/bthost/Makefile
+++ b/usr.bin/bluetooth/bthost/Makefile
@@ -1,6 +1,8 @@
# $Id: Makefile,v 1.4 2003/08/14 20:07:13 max Exp $
# $FreeBSD$
+PACKAGE= bluetooth
+
PROG= bthost
LIBADD= bluetooth
diff --git a/usr.bin/bluetooth/btsockstat/Makefile b/usr.bin/bluetooth/btsockstat/Makefile
index 36ef850fc6d88..33e101fd0e518 100644
--- a/usr.bin/bluetooth/btsockstat/Makefile
+++ b/usr.bin/bluetooth/btsockstat/Makefile
@@ -1,6 +1,7 @@
# $Id: Makefile,v 1.7 2003/08/14 20:07:14 max Exp $
# $FreeBSD$
+PACKAGE= bluetooth
PROG= btsockstat
WARNS?= 2
BINGRP= kmem
diff --git a/usr.bin/bluetooth/rfcomm_sppd/Makefile b/usr.bin/bluetooth/rfcomm_sppd/Makefile
index b17c5cfe4f372..fc3932566d40a 100644
--- a/usr.bin/bluetooth/rfcomm_sppd/Makefile
+++ b/usr.bin/bluetooth/rfcomm_sppd/Makefile
@@ -1,6 +1,7 @@
# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
# $FreeBSD$
+PACKAGE= bluetooth
PROG= rfcomm_sppd
SRCS= rfcomm_sppd.c rfcomm_sdp.c
WARNS?= 2