svn commit: r205388 - projects/ppc64/include

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Mar 20 16:42:24 UTC 2010


Author: nwhitehorn
Date: Sat Mar 20 16:42:23 2010
New Revision: 205388
URL: http://svn.freebsd.org/changeset/base/205388

Log:
  Install powermac_nvram headers on powerpc64.

Modified:
  projects/ppc64/include/Makefile

Modified: projects/ppc64/include/Makefile
==============================================================================
--- projects/ppc64/include/Makefile	Sat Mar 20 16:39:28 2010	(r205387)
+++ projects/ppc64/include/Makefile	Sat Mar 20 16:42:23 2010	(r205388)
@@ -56,7 +56,7 @@ LSUBDIRS=	cam/ata cam/scsi \
 
 LSUBSUBDIRS=	dev/mpt/mpilib
 
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
 _dev_powermac_nvram=	dev/powermac_nvram
 .endif
 


More information about the svn-src-projects mailing list