mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Connect smbfs related libraries and tool on sparc64.
Reviewed by: marius
This commit is contained in:
parent
6f1bbd83f4
commit
69618fcf1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202982
@ -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