diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2023-08-06 19:51:01 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2024-01-05 21:52:03 +0000 |
| commit | c1c5c54b62193654ba65ec0acf1799238a9c4c3f (patch) | |
| tree | 18a509b500906ad99dfefa3a551f984bb486168f | |
| parent | da11f6868e1e29a6cf42911fa1d80fb655ecac92 (diff) | |
targets: Catch up with the removal of sparc64
(cherry picked from commit ba3c1f5972d7b90feb6e6da47905ff2757e0fe57)
| -rw-r--r-- | targets/pseudo/userland/Makefile.depend | 7 | ||||
| -rw-r--r-- | targets/pseudo/userland/misc/Makefile.depend | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index f8db2d4b8e9c..5a63b348869f 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -829,13 +829,6 @@ 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 b4c58bce4abc..40ad7160b2b8 100644 --- a/targets/pseudo/userland/misc/Makefile.depend +++ b/targets/pseudo/userland/misc/Makefile.depend @@ -84,7 +84,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.${MACHINE}:U} |
