Connect smbfs related libraries and tool on sparc64.
Reviewed by: marius
This commit is contained in:
parent
6f1bbd83f4
commit
69618fcf1f
@ -119,6 +119,10 @@ _libvgl= libvgl
|
||||
_libsmb= libsmb
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
_libsmb= libsmb
|
||||
.endif
|
||||
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
_libmp= libmp
|
||||
.endif
|
||||
|
@ -390,4 +390,8 @@ _smbutil= smbutil
|
||||
_smbutil= smbutil
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
_smbutil= smbutil
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -512,6 +512,7 @@ _ofwdump= ofwdump
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
_eeprom= eeprom
|
||||
_mount_smbfs= mount_smbfs
|
||||
_ofwdump= ofwdump
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user