Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.3.30.1
      1 #	$NetBSD: Makefile,v 1.3.30.1 2018/12/26 14:01:13 pgoyette Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-vax-live	# gives ${IMGBASE}.img
      4 
      5 .include <bsd.own.mk>
      6 
      7 EMUIMAGEMB?=		1024		# ra0 can't handle 2GB image
      8 
      9 KERN_SET=		kern-GENERIC
     10 LIVEIMAGEMB=		${EMUIMAGEMB}
     11 PRIMARY_BOOT=		xxboot
     12 #SECONDARY_BOOT=	# boot is extracted from base.tgz
     13 SECONDARY_BOOT_ARG=	# nothing
     14 
     15 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     16