summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent254ae03ba3457721727bfe810a6bb84e9194cd06 (diff)
Notes
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 7dbe28daceb9..5b4e020caada 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