Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.1.2.1
      1      1.1  tsutsui #	$NetBSD: Makefile,v 1.1.2.1 2012/08/17 20:50:50 martin Exp $
      2  1.1.2.1   martin 
      3  1.1.2.1   martin LIVEIMGBASE=	NetBSD-${DISTRIBVER}-vax-live-ra0root	# gives ${IMGBASE}.img
      4      1.1  tsutsui 
      5      1.1  tsutsui .include <bsd.own.mk>
      6      1.1  tsutsui 
      7      1.1  tsutsui KERN_SET=		kern-GENERIC
      8      1.1  tsutsui BOOTDISK=		ra0
      9      1.1  tsutsui IMAGEMB=		1024		# ra0 can't handle 2GB image
     10      1.1  tsutsui PRIMARY_BOOT=		xxboot
     11      1.1  tsutsui #SECONDARY_BOOT=	# boot is extracted from base.tgz
     12      1.1  tsutsui SECONDARY_BOOT_ARG=	# nothing
     13      1.1  tsutsui 
     14      1.1  tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     15