diff --git a/stand/efi/Makefile b/stand/efi/Makefile index 5ece7eff8ef2..db4cbc1a0b1a 100644 --- a/stand/efi/Makefile +++ b/stand/efi/Makefile @@ -5,9 +5,6 @@ NO_OBJ=t SUBDIR.yes+= libefi SUBDIR.${MK_LOADER_IA32}+= libsa32efi libefi32 SUBDIR.${MK_FDT}+= fdt -SUBDIR.yes+= .WAIT - -SUBDIR.yes+= boot1 gptboot .if ${LOADER_DEFAULT_INTERP} == "lua" SUBDIR.${MK_LOADER_IA32}+= liblua32efi @@ -15,6 +12,10 @@ SUBDIR.${MK_LOADER_IA32}+= liblua32efi SUBDIR.${MK_LOADER_IA32}+= ficl32efi .endif +SUBDIR.yes+= .WAIT + +SUBDIR.yes+= boot1 gptboot + SUBDIR.${MK_FORTH}+= loader_4th SUBDIR.${MK_LOADER_LUA}+= loader_lua SUBDIR.${MK_LOADER_IA32}+= loader_ia32