The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7e8f87ca2b9f9e50c5bcd8dbe03ef2b7d18a6574

commit 7e8f87ca2b9f9e50c5bcd8dbe03ef2b7d18a6574
Author:     Warner Losh <[email protected]>
AuthorDate: 2024-11-13 05:01:24 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2024-11-13 05:01:24 +0000

    loader: Don't need the arch list
    
    MK_LOADER_KBOOT is already marked broken for these architectures, so I
    don't need an if too.
    
    Sponsored by:           Netflix
---
 stand/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stand/Makefile b/stand/Makefile
index 5d81e5f8a032..f5ce6ca3db71 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -37,9 +37,7 @@ INTERP_DEPENDS+=      lua
 .include <bsd.arch.inc.mk>
 
 S.${MK_EFI}+=          efi
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "aarch64" || 
${MACHINE_ARCH} == "powerpc64"
 S.${MK_LOADER_KBOOT}+= kboot
-.endif
 S.${MK_LOADER_UBOOT}+= uboot
 
 .if defined(LIB32LIST)

Reply via email to