svn commit: r190035 - in stable/7/sys: . boot contrib/pf dev/cxgb

Takahashi Yoshihiro nyan at FreeBSD.org
Thu Mar 19 06:02:39 PDT 2009


Author: nyan
Date: Thu Mar 19 13:02:37 2009
New Revision: 190035
URL: http://svn.freebsd.org/changeset/base/190035

Log:
  MFC: r186073
  
    Disconnect the efi from pc98.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/boot/Makefile
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/boot/Makefile
==============================================================================
--- stable/7/sys/boot/Makefile	Thu Mar 19 13:00:21 2009	(r190034)
+++ stable/7/sys/boot/Makefile	Thu Mar 19 13:02:37 2009	(r190035)
@@ -8,7 +8,7 @@ SUBDIR+=		ficl
 .endif
 
 # Build EFI library.
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "ia64"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE} == "i386" || ${MACHINE_ARCH} == "ia64"
 SUBDIR+=		efi
 .endif
 


More information about the svn-src-all mailing list