Skip to content

Commit

Permalink
Disconnect the efi from pc98. It's not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyan- committed Dec 14, 2008
1 parent deedb2b commit b49ff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/boot/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit b49ff94

Please sign in to comment.