1 # $NetBSD: Makefile,v 1.6 2026/01/16 12:15:48 tsutsui Exp $ 2 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-vax-live # gives ${IMGBASE}.img 4 5 .include <bsd.own.mk> 6 7 EMUIMAGEMB?= 1024 # open-simh ra0 can't handle >1GB image 8 SWAPMB?= 64 9 10 # Exclude man etc. due to size restriction 11 KERN_SET= kern-GENERIC 12 SETS= modules base comp etc misc rescue 13 .if ${MKX11} != "no" 14 SETS+= xbase xetc xfont xserver 15 .endif 16 17 KERN_SET= kern-GENERIC 18 LIVEIMAGEMB= ${EMUIMAGEMB} 19 PRIMARY_BOOT= xxboot 20 #SECONDARY_BOOT= # boot is extracted from base.tgz 21 SECONDARY_BOOT_ARG= # nothing 22 23 # XXX: tools disklabel(8) for vax doesn't preserve existing bootblock? 24 INSTALLBOOT_AFTER_DISKLABEL= yes 25 26 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 27