svn commit: r205355 - projects/ppc64/usr.sbin
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Mar 20 03:54:02 UTC 2010
Author: nwhitehorn
Date: Sat Mar 20 03:54:02 2010
New Revision: 205355
URL: http://svn.freebsd.org/changeset/base/205355
Log:
Build ofwdump and friends on PPC64.
Modified:
projects/ppc64/usr.sbin/Makefile
Modified: projects/ppc64/usr.sbin/Makefile
==============================================================================
--- projects/ppc64/usr.sbin/Makefile Sat Mar 20 03:39:35 2010 (r205354)
+++ projects/ppc64/usr.sbin/Makefile Sat Mar 20 03:54:02 2010 (r205355)
@@ -503,7 +503,7 @@ _mount_smbfs= mount_smbfs
_zzz= zzz
.endif
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
_mount_smbfs= mount_smbfs
_nvram= nvram
_ofwdump= ofwdump
More information about the svn-src-projects
mailing list