diff --git a/stand/efi/loader/Makefile.depend.options b/stand/efi/loader/Makefile.depend.options index 20292bab9bcd..33c99a773af5 100644 --- a/stand/efi/loader/Makefile.depend.options +++ b/stand/efi/loader/Makefile.depend.options @@ -1,7 +1,15 @@ # options that impact our dependencies -DIRDEPS_OPTIONS = LOADER_LUA +DIRDEPS_OPTIONS = FDT FORTH LOADER_LUA + +DIRDEPS.FDT.yes += \ + stand/fdt \ + stand/efi/fdt \ + +DIRDEPS.FORTH.yes += \ + stand/ficl \ DIRDEPS.LOADER_LUA.yes += \ stand/liblua \ + stand/lua \ .include diff --git a/stand/uboot/Makefile.depend b/stand/uboot/Makefile.depend index ce51494084aa..4f7d14fe96fe 100644 --- a/stand/uboot/Makefile.depend +++ b/stand/uboot/Makefile.depend @@ -1,12 +1,13 @@ # $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ stand/fdt \ + stand/libsa \ .include .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree .endif