svn commit: r210287 - head/usr.sbin
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Tue Jul 20 07:27:36 UTC 2010
Author: nwhitehorn
Date: Tue Jul 20 07:27:36 2010
New Revision: 210287
URL: http://svn.freebsd.org/changeset/base/210287
Log:
Build some powerpc-specific utilities on powerpc64 as well.
Submitted by: Andreas Tobler
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile Tue Jul 20 07:19:43 2010 (r210286)
+++ head/usr.sbin/Makefile Tue Jul 20 07:27:36 2010 (r210287)
@@ -512,7 +512,7 @@ _mount_smbfs= mount_smbfs
_zzz= zzz
.endif
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_CPUARCH} == "powerpc"
_mount_smbfs= mount_smbfs
_nvram= nvram
_ofwdump= ofwdump
More information about the svn-src-all
mailing list