diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-08-21 19:28:53 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-08-21 19:28:53 +0000 |
commit | c8e7055577942f62c35b38e995708418197c7497 (patch) | |
tree | 2179bd2dde217bef609b959e08b3348ef4f46515 /lib/libbluetooth/Makefile | |
parent | cdba33f23c66f12b400f842d952608c9eedca86f (diff) | |
download | src-c8e7055577942f62c35b38e995708418197c7497.tar.gz src-c8e7055577942f62c35b38e995708418197c7497.zip |
Move all bluetooth related config files out of etc
This helps with pkgbase by switching to CONFS so they are properly tagged as
config files.
Approved by: will (mentor)
Differential Revision: https://reviews.freebsd.org/D16833
Notes
Notes:
svn path=/head/; revision=338155
Diffstat (limited to 'lib/libbluetooth/Makefile')
-rw-r--r-- | lib/libbluetooth/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile index f6273ab5ce8f..96bf0cb704ec 100644 --- a/lib/libbluetooth/Makefile +++ b/lib/libbluetooth/Makefile @@ -2,6 +2,9 @@ # $FreeBSD$ PACKAGE= lib${LIB} +CONFS= hosts protocols +CONFSDIR= /etc/bluetooth +CONFSMODE_protocols= 444 LIB= bluetooth MAN= bluetooth.3 |