summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-01-28 00:42:51 +0000
committeremax <emax@FreeBSD.org>2004-01-28 00:42:51 +0000
commit3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc (patch)
tree3535d202a8f191c52360266fc806758028c850b6 /usr.sbin
parent6b5c75aa8744a2536fac713aef2f4c0a8bc096e9 (diff)
downloadFreeBSD-src-3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc.zip
FreeBSD-src-3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc.tar.gz
Add NO_BLUETOOTH knob to the build process
Requested by: phk Reviewed by: imp (mentor), ru
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index e9a1f43..3962b4d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -243,7 +243,9 @@ _acpi= acpi
_apm= apm
_apmd= apmd
_asf= asf
+.if !defined(NO_BLUETOOTH)
_bluetooth= bluetooth
+.endif
.if ${MACHINE} == "i386"
_boot0cfg= boot0cfg
.endif
OpenPOWER on IntegriCloud