summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-04 09:14:07 +0000
committerngie <ngie@FreeBSD.org>2015-02-04 09:14:07 +0000
commit4387ccbff5139246eed2871a9bcc73c92a767e66 (patch)
tree876bc6ec283100802aa6933dfad12af158a2352d /etc
parent50ffbe800bc375cb06b3343631d5013b624ada4b (diff)
downloadFreeBSD-src-4387ccbff5139246eed2871a9bcc73c92a767e66.zip
FreeBSD-src-4387ccbff5139246eed2871a9bcc73c92a767e66.tar.gz
MFC r277738:
r277738: Honor MK_BLUETOOTH with etc/defaults/bluetooth.device.conf Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/defaults/Makefile b/etc/defaults/Makefile
index c6555e6..20cb53d 100644
--- a/etc/defaults/Makefile
+++ b/etc/defaults/Makefile
@@ -1,7 +1,13 @@
# $FreeBSD$
-FILES= bluetooth.device.conf devfs.rules periodic.conf rc.conf
+.include <bsd.own.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>
OpenPOWER on IntegriCloud