aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2004-01-28 00:42:51 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2004-01-28 00:42:51 +0000
commit18d948adb10f2e46e8f7d9a5402dad1796b4d37e (patch)
tree3535d202a8f191c52360266fc806758028c850b6 /usr.sbin/Makefile
parent254ae03ba3457721727bfe810a6bb84e9194cd06 (diff)
downloadsrc-18d948adb10f2e46e8f7d9a5402dad1796b4d37e.tar.gz
src-18d948adb10f2e46e8f7d9a5402dad1796b4d37e.zip
Add NO_BLUETOOTH knob to the build process
Requested by: phk Reviewed by: imp (mentor), ru
Notes
Notes: svn path=/head/; revision=125123
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index e9a1f437f6ad..3962b4d4f6d4 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