Connect smbfs build on powerpc.

This commit is contained in:
R. Imura 2005-09-19 08:13:43 +00:00
parent bb6275a869
commit 59fa708298
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150314
4 changed files with 13 additions and 0 deletions

View File

@ -92,6 +92,10 @@ _libncp= libncp
_libsmb= libsmb
.endif
.if ${MACHINE_ARCH} == "powerpc"
_libsmb= libsmb
.endif
.if !defined(NO_LIBPTHREAD)
_libpthread= libpthread
.endif

View File

@ -489,6 +489,7 @@ _xe= xe
.if ${MACHINE_ARCH} == "powerpc"
_gem= gem
_smbfs= smbfs
.endif
.if ${MACHINE_ARCH} == "sparc64"

View File

@ -315,4 +315,8 @@ _ncplogin= ncplogin
_smbutil= smbutil
.endif
.if ${MACHINE_ARCH} == "powerpc"
_smbutil= smbutil
.endif
.include <bsd.subdir.mk>

View File

@ -343,6 +343,10 @@ _pppctl= pppctl
_zzz= zzz
.endif
.if ${MACHINE_ARCH} == "powerpc"
_mount_smbfs= mount_smbfs
.endif
.if ${MACHINE_ARCH} == "sparc64"
_eeprom= eeprom
_ofwdump= ofwdump