Make bluetooth compile on all platforms

Reviewed by:	imp, ru
This commit is contained in:
Maksim Yevmenkin 2004-07-07 22:48:30 +00:00
parent 6d6fa4fdc9
commit 23d1e148af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131768
4 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -40,15 +40,12 @@ SUBDIR= UI \
vjc \
vlan
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
_bluetooth= bluetooth
.endif
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
_mppc= mppc
.endif
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
_bluetooth= bluetooth
.endif
.endif
.include <bsd.subdir.mk>

View File

@ -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

View File

@ -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