From b49ff9470f7dbb22bdaf2559126968d5394d4c9f Mon Sep 17 00:00:00 2001 From: nyan Date: Sun, 14 Dec 2008 02:57:41 +0000 Subject: Disconnect the efi from pc98. It's not needed. --- sys/boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot') 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 -- cgit v1.1