Connect smbfs related libraries and tool on sparc64.

Reviewed by:	marius
This commit is contained in:
Pyun YongHyeon 2010-01-25 18:52:47 +00:00
parent 6f1bbd83f4
commit 69618fcf1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202982
3 changed files with 9 additions and 0 deletions

View File

@ -119,6 +119,10 @@ _libvgl= libvgl
_libsmb= libsmb
.endif
.if ${MACHINE_ARCH} == "sparc64"
_libsmb= libsmb
.endif
.if ${MK_OPENSSL} != "no"
_libmp= libmp
.endif

View File

@ -390,4 +390,8 @@ _smbutil= smbutil
_smbutil= smbutil
.endif
.if ${MACHINE_ARCH} == "sparc64"
_smbutil= smbutil
.endif
.include <bsd.subdir.mk>

View File

@ -512,6 +512,7 @@ _ofwdump= ofwdump
.if ${MACHINE_ARCH} == "sparc64"
_eeprom= eeprom
_mount_smbfs= mount_smbfs
_ofwdump= ofwdump
.endif