Date: Thu, 19 Mar 2009 13:02:37 +0000 (UTC) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r190035 - in stable/7/sys: . boot contrib/pf dev/cxgb Message-ID: <200903191302.n2JD2b5n061848@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903191302.n2JD2b5n061848>