mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Honor MK_BLUETOOTH with etc/defaults/bluetooth.device.conf
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
a36aaa139e
commit
917fd1c5d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277738
@ -1,7 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
FILES= bluetooth.device.conf devfs.rules periodic.conf rc.conf
|
||||
.include <src.opts.mk>
|
||||
|
||||
FILES= devfs.rules periodic.conf rc.conf
|
||||
NO_OBJ=
|
||||
FILESDIR= /etc/defaults
|
||||
|
||||
.if ${MK_BLUETOOTH} != "no"
|
||||
FILES+= bluetooth.device.conf
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -185,6 +185,7 @@ OLD_DIRS+=usr/share/examples/bhyve
|
||||
OLD_FILES+=etc/bluetooth/hcsecd.conf
|
||||
OLD_FILES+=etc/bluetooth/hosts
|
||||
OLD_FILES+=etc/bluetooth/protocols
|
||||
OLD_FILES+=etc/defaults/bluetooth.device.conf
|
||||
OLD_DIRS+=etc/bluetooth
|
||||
OLD_FILES+=usr/bin/bthost
|
||||
OLD_FILES+=usr/bin/btsockstat
|
||||
|
Loading…
Reference in New Issue
Block a user