diff options
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 |