aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/userland
diff options
context:
space:
mode:
Diffstat (limited to 'targets/pseudo/userland')
-rw-r--r--targets/pseudo/userland/misc/Makefile.depend9
1 files changed, 9 insertions, 0 deletions
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend
index a4091cc1d76f..fc2a9ca01be9 100644
--- a/targets/pseudo/userland/misc/Makefile.depend
+++ b/targets/pseudo/userland/misc/Makefile.depend
@@ -58,6 +58,9 @@ DIRDEPS.x86sys+= \
sys/boot/i386/zfsboot \
sys/boot/i386/zfsloader \
+DIRDEPS+= \
+ sbin/zfsbootcfg \
+
.endif
DIRDEPS.amd64= \
@@ -75,6 +78,12 @@ DIRDEPS.amd64+= \
.endif
+.if ${MK_EFI} != "no"
+DIRDEPS+= \
+ usr.sbin/efivar \
+
+.endif
+
DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi}