aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2010-07-12 00:56:35 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2010-07-12 00:56:35 +0000
commit7f503b57317b78e9911fa315fba3baf14ec9857d (patch)
tree0b91c5c0305570227afc95c87dab8bb417213c5d /lib
parente6d0d807bf7b9dde07091aaa04c34e3454c38dbf (diff)
downloadsrc-7f503b57317b78e9911fa315fba3baf14ec9857d.tar.gz
src-7f503b57317b78e9911fa315fba3baf14ec9857d.zip
Build libsmb should be on powerpc64 as well.
Notes
Notes: svn path=/head/; revision=209922
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 6dcd178fcdbd..29095c73f69b 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -188,7 +188,7 @@ _libsmb= libsmb
_libvgl= libvgl
.endif
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_CPUARCH} == "powerpc"
_libsmb= libsmb
.endif