aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-12-31 17:15:45 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-12-31 17:15:45 +0000
commitac5f382a9d0a26685b92b49abb845d3b30ea5f91 (patch)
tree6e6eafc883cbf2b51afe399470408d8b0762b64d /stand/efi/Makefile
parent202aea9c82eaab1c73351d4e971347c4109ef59b (diff)
Diffstat (limited to 'stand/efi/Makefile')
-rw-r--r--stand/efi/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/stand/efi/Makefile b/stand/efi/Makefile
index f6cbede52bd5..94cb5bba5638 100644
--- a/stand/efi/Makefile
+++ b/stand/efi/Makefile
@@ -4,8 +4,12 @@ NO_OBJ=t
.include <bsd.init.mk>
+SUBDIR.yes+= libefi
SUBDIR.${MK_FDT}+= fdt
-SUBDIR.yes+= libefi boot1 gptboot
+SUBDIR.yes+= .WAIT
+
+SUBDIR.yes+= boot1 gptboot
+
SUBDIR.${MK_FORTH}+= loader_4th
SUBDIR.${MK_LOADER_LUA}+= loader_lua
SUBDIR.yes+= loader_simp