diff options
author | Marius Strobl <marius@FreeBSD.org> | 2023-08-06 19:51:01 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2023-08-06 20:25:37 +0000 |
commit | ba3c1f5972d7b90feb6e6da47905ff2757e0fe57 (patch) | |
tree | eb34bd7629b3fbcb7ffac07ca6457f7ba6391014 /targets | |
parent | 66f5f4bffed92c2b65d00690b01c817faf477613 (diff) |
targets: Catch up with the removals of mips and sparc64
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/userland/Makefile.depend | 11 | ||||
-rw-r--r-- | targets/pseudo/userland/misc/Makefile.depend | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index b933b54dd26c..b32beff634a1 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -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 diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend index 6ec3ad6c4a6d..4fb82d171369 100644 --- a/targets/pseudo/userland/misc/Makefile.depend +++ b/targets/pseudo/userland/misc/Makefile.depend @@ -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} |