Build libsmb should be on powerpc64 as well.

This commit is contained in:
Nathan Whitehorn 2010-07-12 00:56:35 +00:00
parent e6d0d807bf
commit 7f503b5731
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209922

View File

@ -188,7 +188,7 @@ _libsmb= libsmb
_libvgl= libvgl
.endif
.if ${MACHINE_ARCH} == "powerpc"
.if ${MACHINE_CPUARCH} == "powerpc"
_libsmb= libsmb
.endif