summaryrefslogtreecommitdiffstats
path: root/usr.bin/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 /usr.bin/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 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 09d818d..450110d 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -240,6 +240,10 @@ _dnsquery= dnsquery
_host= host
.endif
+.if !defined(NO_BLUETOOTH)
+_bluetooth= bluetooth
+.endif
+
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
_chkey= chkey
_newkey= newkey
@@ -266,9 +270,6 @@ _usbhidctl= usbhidctl
.endif
.if ${MACHINE_ARCH} == "i386"
-.if !defined(NO_BLUETOOTH)
-_bluetooth= bluetooth
-.endif
_ncplist= ncplist
_ncplogin= ncplogin
_smbutil= smbutil
OpenPOWER on IntegriCloud