1 1.15 yurix # $NetBSD: Makefile,v 1.15 2026/02/01 11:31:29 yurix Exp $ 2 1.5 matt 3 1.5 matt .include <bsd.endian.mk> 4 1.1 thorpej 5 1.6 ryo .if ${MACHINE_CPU} == "arm" 6 1.1 thorpej SUBDIR+= gzboot 7 1.2 nisimura SUBDIR+= boot2440 8 1.6 ryo .endif 9 1.1 thorpej 10 1.13 jmcneill .if ${HAVE_UEFI:Uno} == "yes" 11 1.13 jmcneill . if !empty(MACHINE_ARCH:Maarch64*) 12 1.7 jmcneill SUBDIR+= ../../../stand/efiboot/bootaa64 13 1.13 jmcneill . else 14 1.8 jmcneill SUBDIR+= ../../../stand/efiboot/bootarm 15 1.13 jmcneill . endif 16 1.8 jmcneill .endif 17 1.8 jmcneill 18 1.1 thorpej .include <bsd.subdir.mk> 19