From 3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc Mon Sep 17 00:00:00 2001 From: emax Date: Wed, 28 Jan 2004 00:42:51 +0000 Subject: Add NO_BLUETOOTH knob to the build process Requested by: phk Reviewed by: imp (mentor), ru --- lib/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') 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 -- cgit v1.1