1# $NetBSD: Makefile.liveimage,v 1.4 2025/02/02 03:19:37 tsutsui Exp $ 2 3.include <bsd.own.mk> 4 5KERN_SET= kern-GENERIC 6IMGFFSVERSION= 2 7PRIMARY_BOOT= bootxx_ffsv2 8SECONDARY_BOOT= boot 9SECONDARY_BOOT_ARG= # unnecessary 10 11EFIBOOT= ${WORKDIR}/usr/mdec/bootx64.efi 12EFIBOOT+= ${WORKDIR}/usr/mdec/bootia32.efi 13 14USE_MBR= yes 15USE_GPT= yes 16USE_GPTMBR= yes 17 18.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 19