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

This commit is contained in:
Yoshihiro Takahashi 2008-12-14 02:57:41 +00:00
parent a5a3926c11
commit aa22b26643

View File

@ -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