1 1.7 tsutsui # $NetBSD: Makefile,v 1.7 2026/01/18 07:59:28 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.7 tsutsui # MSCP RA92 disk (suggested in the "NetBSD SIMH HOW-TO" page) has 8 1.7 tsutsui # 2,940,951 blocks (1,505,766,912 bytes ~= 1436 MB) 9 1.7 tsutsui EMUIMAGEMB?= 1436 10 1.3 tsutsui 11 1.1 tsutsui KERN_SET= kern-GENERIC 12 1.3 tsutsui LIVEIMAGEMB= ${EMUIMAGEMB} 13 1.1 tsutsui PRIMARY_BOOT= xxboot 14 1.1 tsutsui #SECONDARY_BOOT= # boot is extracted from base.tgz 15 1.1 tsutsui SECONDARY_BOOT_ARG= # nothing 16 1.1 tsutsui 17 1.5 tsutsui # XXX: tools disklabel(8) for vax doesn't preserve existing bootblock? 18 1.5 tsutsui INSTALLBOOT_AFTER_DISKLABEL= yes 19 1.5 tsutsui 20 1.1 tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 21