diff options
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 7 |
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 |