summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
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.bin/Makefile
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.bin/Makefile')
-rw-r--r--usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 1d2e3cc..54df03d 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -264,7 +264,9 @@ _usbhidctl= usbhidctl
.endif
.if ${MACHINE_ARCH} == "i386"
+.if !defined(NO_BLUETOOTH)
_bluetooth= bluetooth
+.endif
_doscmd= doscmd
_ncplist= ncplist
_ncplogin= ncplogin
OpenPOWER on IntegriCloud