From 3c9dfc991900f60a7d65478c35ff17c72765edf7 Mon Sep 17 00:00:00 2001 From: emax Date: Wed, 7 Jul 2004 22:48:30 +0000 Subject: Make bluetooth compile on all platforms Reviewed by: imp, ru --- usr.sbin/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.sbin') 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 -- cgit v1.1