aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-26 09:31:48 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-26 09:31:48 +0000
commit917fd1c5d6caea3e50b2deb4f19e5541ad4ecddd (patch)
tree752ab188209938a4aa7ce9c1a4dcada1c4952472 /etc/defaults
parenta36aaa139eefacf32f8c00a6907d886a7009fa1c (diff)
Notes
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/defaults/Makefile b/etc/defaults/Makefile
index c6555e6de00f..1f6ac5ee3f88 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 <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>