Connect smbfs build on powerpc.
This commit is contained in:
parent
32a97cdeb9
commit
ac2bd5fad8
@ -92,6 +92,10 @@ _libncp= libncp
|
||||
_libsmb= libsmb
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
_libsmb= libsmb
|
||||
.endif
|
||||
|
||||
.if !defined(NO_LIBPTHREAD)
|
||||
_libpthread= libpthread
|
||||
.endif
|
||||
|
@ -489,6 +489,7 @@ _xe= xe
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
_gem= gem
|
||||
_smbfs= smbfs
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
|
@ -315,4 +315,8 @@ _ncplogin= ncplogin
|
||||
_smbutil= smbutil
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
_smbutil= smbutil
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user