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