1 1.1 tsutsui # $NetBSD: Makefile,v 1.1 2025/02/02 10:35:56 tsutsui Exp $ 2 1.1 tsutsui 3 1.1 tsutsui LIVEIMGBASE= NetBSD-${DISTRIBVER}-macppc-live # gives ${IMGBASE}.img 4 1.1 tsutsui 5 1.1 tsutsui EMUIMAGEMB?= 2048 6 1.1 tsutsui SWAPMB?= 64 7 1.1 tsutsui LIVEIMAGEMB= ${EMUIMAGEMB} 8 1.1 tsutsui PRIMARY_BOOT= bootxx 9 1.1 tsutsui SECONDARY_BOOT= ofwboot 10 1.1 tsutsui SECONDARY_BOOT_ARG= /${SECONDARY_BOOT} 11 1.1 tsutsui 12 1.1 tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 13