1 1.1 jmcneill # $NetBSD: Makefile.liveimage,v 1.1 2021/07/23 21:53:33 jmcneill Exp $ 2 1.1 jmcneill 3 1.1 jmcneill .include <bsd.own.mk> 4 1.1 jmcneill 5 1.1 jmcneill .if !empty(MACHINE_ARCH:Maarch64*) 6 1.1 jmcneill KERN_SET= kern-GENERIC64 7 1.1 jmcneill EFIBOOT= ${WORKDIR}/usr/mdec/bootaa64.efi 8 1.1 jmcneill .else 9 1.1 jmcneill KERN_SET= kern-GENERIC 10 1.1 jmcneill EFIBOOT= ${WORKDIR}/usr/mdec/bootarm.efi 11 1.1 jmcneill .endif 12 1.1 jmcneill 13 1.1 jmcneill USE_MBR= yes 14 1.1 jmcneill USE_GPT= yes 15 1.1 jmcneill 16 1.1 jmcneill .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 17