summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-07-07 22:48:30 +0000
committeremax <emax@FreeBSD.org>2004-07-07 22:48:30 +0000
commit3c9dfc991900f60a7d65478c35ff17c72765edf7 (patch)
treef6ddd5712edfc5aa266fb537eaa2b34af4cd7630 /lib/Makefile
parent78dfca395175fd86f8c8faaf75b1e5b0337884c0 (diff)
downloadFreeBSD-src-3c9dfc991900f60a7d65478c35ff17c72765edf7.zip
FreeBSD-src-3c9dfc991900f60a7d65478c35ff17c72765edf7.tar.gz
Make bluetooth compile on all platforms
Reviewed by: imp, ru
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index cc1678b..48098e9 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -51,11 +51,12 @@ _libngatm= libngatm
_libbind= libbind
.endif
-.if ${MACHINE_ARCH} == "i386"
.if !defined(NO_BLUETOOTH)
_libbluetooth= libbluetooth
_libsdp= libsdp
.endif
+
+.if ${MACHINE_ARCH} == "i386"
_compat= compat
_libncp= libncp
_libsmb= libsmb
OpenPOWER on IntegriCloud