Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.4.10.1
      1  1.4.10.1   martin #	$NetBSD: Makefile,v 1.4.10.1 2025/02/20 19:13:29 martin 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.4.10.1   martin # XXX: tools disklabel(8) for vax doesn't preserve existing bootblock?
     16  1.4.10.1   martin INSTALLBOOT_AFTER_DISKLABEL=	yes
     17  1.4.10.1   martin 
     18       1.1  tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     19