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