svn commit: r186073 - head/sys/boot

Takahashi Yoshihiro nyan at FreeBSD.org
Sun Dec 14 02:57:41 UTC 2008


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
 


More information about the svn-src-head mailing list