diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index c61ce50a7c4..f828bdc0151 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -296,8 +296,8 @@ __DEFAULT_YES_OPTIONS+=LIB32 .else BROKEN_OPTIONS+=LIB32 .endif -# EFI doesn't exist on powerpc (well, officially) -.if ${__T:Mpowerpc*} +# EFI doesn't exist on powerpc (well, officially) and doesn't work on i386 +.if ${__T:Mpowerpc*} || ${__T} == "i386" BROKEN_OPTIONS+=EFI .endif # OFW is only for powerpc, exclude others