git: c1c5c54b6219 - stable/13 - targets: Catch up with the removal of sparc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 19:25:23 UTC
The branch stable/13 has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=c1c5c54b62193654ba65ec0acf1799238a9c4c3f commit c1c5c54b62193654ba65ec0acf1799238a9c4c3f Author: Marius Strobl <marius@FreeBSD.org> AuthorDate: 2023-08-06 19:51:01 +0000 Commit: Marius Strobl <marius@FreeBSD.org> CommitDate: 2024-01-05 21:52:03 +0000 targets: Catch up with the removal of sparc64 (cherry picked from commit ba3c1f5972d7b90feb6e6da47905ff2757e0fe57) --- targets/pseudo/userland/Makefile.depend | 7 ------- targets/pseudo/userland/misc/Makefile.depend | 1 - 2 files changed, 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}