summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-07-12 00:56:35 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-07-12 00:56:35 +0000
commitbb4206341158c6ad9f88ca9de9e6a25babac7756 (patch)
tree0b91c5c0305570227afc95c87dab8bb417213c5d /lib/Makefile
parent4652fc6f95862930e1965e8b069286ee590df946 (diff)
downloadFreeBSD-src-bb4206341158c6ad9f88ca9de9e6a25babac7756.zip
FreeBSD-src-bb4206341158c6ad9f88ca9de9e6a25babac7756.tar.gz
Build libsmb should be on powerpc64 as well.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 6dcd178..29095c7 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
OpenPOWER on IntegriCloud