Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2008 02:57:41 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186073 - head/sys/boot
Message-ID:  <200812140257.mBE2vfVr047246@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nyan
Date: Sun Dec 14 02:57:41 2008
New Revision: 186073
URL: http://svn.freebsd.org/changeset/base/186073

Log:
  Disconnect the efi from pc98.  It's not needed.

Modified:
  head/sys/boot/Makefile

Modified: head/sys/boot/Makefile
==============================================================================
--- head/sys/boot/Makefile	Sun Dec 14 02:51:17 2008	(r186072)
+++ head/sys/boot/Makefile	Sun Dec 14 02:57:41 2008	(r186073)
@@ -12,7 +12,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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812140257.mBE2vfVr047246>