Makefile.liveimage revision 1.3
1# $NetBSD: Makefile.liveimage,v 1.3 2024/04/13 18:38:17 maya Exp $ 2 3.include <bsd.own.mk> 4 5KERN_SET= kern-GENERIC 6PRIMARY_BOOT= bootxx_ffsv1 7SECONDARY_BOOT= boot 8SECONDARY_BOOT_ARG= # unnecessary 9 10EFIBOOT= ${WORKDIR}/usr/mdec/bootx64.efi 11EFIBOOT+= ${WORKDIR}/usr/mdec/bootia32.efi 12 13USE_MBR= yes 14USE_GPT= yes 15USE_GPTMBR= yes 16 17.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 18