Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2012/11/03 14:25:33 tsutsui Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-vax-live-ra0root	# 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 BOOTDISK=		ra0
     11 LIVEIMAGEMB=		${EMUIMAGEMB}
     12 PRIMARY_BOOT=		xxboot
     13 #SECONDARY_BOOT=	# boot is extracted from base.tgz
     14 SECONDARY_BOOT_ARG=	# nothing
     15 
     16 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     17