From c8e7055577942f62c35b38e995708418197c7497 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 21 Aug 2018 19:28:53 +0000 Subject: 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 --- lib/libbluetooth/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libbluetooth/Makefile') 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 -- cgit v1.2.3