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