summaryrefslogtreecommitdiffstats
path: root/usr.sbin/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.sbin/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.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 732613a..52e29b5 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -199,6 +199,10 @@ _nslookup= nslookup
_nsupdate= nsupdate
.endif
+.if !defined(NO_BLUETOOTH)
+_bluetooth= bluetooth
+.endif
+
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
_keyserv= keyserv
.endif
@@ -245,9 +249,6 @@ _acpi= acpi
_apm= apm
_apmd= apmd
_asf= asf
-.if !defined(NO_BLUETOOTH)
-_bluetooth= bluetooth
-.endif
.if ${MACHINE} == "i386"
_arlcontrol= arlcontrol
_boot0cfg= boot0cfg
OpenPOWER on IntegriCloud