targets: Catch up with the removals of mips and sparc64

This commit is contained in:
Marius Strobl 2023-08-06 21:51:01 +02:00
parent 66f5f4bffe
commit ba3c1f5972
2 changed files with 0 additions and 12 deletions

View file

@ -801,17 +801,6 @@ DIRDEPS.arm64= \
usr.sbin/acpi \
usr.sbin/ofwdump
DIRDEPS.mips= \
sbin/bsdlabel \
sbin/fdisk
DIRDEPS.sparc64= \
sbin/bsdlabel \
sbin/sunlabel \
usr.sbin/eeprom \
usr.sbin/ofwdump \
usr.sbin/sade
DIRDEPS.powerpc= \
usr.sbin/nvram \
usr.sbin/ofwdump

View file

@ -87,7 +87,6 @@ DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi}
DIRDEPS.powerpc= ${_sys_boot_fdt} stand/libsa32 stand/ofw stand/uboot
DIRDEPS.sparc64= stand/ofw ${_sys_boot_zfs}
.endif
DIRDEPS+= ${DIRDEPS.${DEP_MACHINE}:U}