summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 7dbe28d..5b4e020 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -70,10 +70,12 @@ _libusbhid= libusbhid
.endif
.if ${MACHINE_ARCH} == "i386"
-_compat= compat
+.if !defined(NO_BLUETOOTH)
_libbluetooth= libbluetooth
-_libncp= libncp
_libsdp= libsdp
+.endif
+_compat= compat
+_libncp= libncp
_libsmb= libsmb
_libvgl= libvgl
.endif
OpenPOWER on IntegriCloud