1 1.5 tsutsui # $NetBSD: Makefile,v 1.5 2025/01/10 18:10:11 tsutsui Exp $ 2 1.2 riz 3 1.4 gson LIVEIMGBASE= NetBSD-${DISTRIBVER}-vax-live # gives ${IMGBASE}.img 4 1.1 tsutsui 5 1.1 tsutsui .include <bsd.own.mk> 6 1.1 tsutsui 7 1.3 tsutsui EMUIMAGEMB?= 1024 # ra0 can't handle 2GB image 8 1.3 tsutsui 9 1.1 tsutsui KERN_SET= kern-GENERIC 10 1.3 tsutsui LIVEIMAGEMB= ${EMUIMAGEMB} 11 1.1 tsutsui PRIMARY_BOOT= xxboot 12 1.1 tsutsui #SECONDARY_BOOT= # boot is extracted from base.tgz 13 1.1 tsutsui SECONDARY_BOOT_ARG= # nothing 14 1.1 tsutsui 15 1.5 tsutsui # XXX: tools disklabel(8) for vax doesn't preserve existing bootblock? 16 1.5 tsutsui INSTALLBOOT_AFTER_DISKLABEL= yes 17 1.5 tsutsui 18 1.1 tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 19