diff options
author | nyan <nyan@FreeBSD.org> | 2008-12-14 02:57:41 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2008-12-14 02:57:41 +0000 |
commit | b49ff9470f7dbb22bdaf2559126968d5394d4c9f (patch) | |
tree | c443c72f1f4be1abae31f2eac86279d34d00f070 | |
parent | deedb2bd3a01857a0a8bfb55b1b1912653c008ff (diff) | |
download | FreeBSD-src-b49ff9470f7dbb22bdaf2559126968d5394d4c9f.zip FreeBSD-src-b49ff9470f7dbb22bdaf2559126968d5394d4c9f.tar.gz |
Disconnect the efi from pc98. It's not needed.
-rw-r--r-- | sys/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 27cb7e3..7020ebb 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -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 |