Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.1.4.3
      1  1.1.4.3  yamt #	$NetBSD: Makefile,v 1.1.4.3 2012/10/30 18:48:51 yamt Exp $
      2  1.1.4.2  yamt 
      3  1.1.4.3  yamt LIVEIMGBASE=	NetBSD-${DISTRIBVER}-sun2-live-sd0root	# gives ${IMGBASE}.img
      4  1.1.4.2  yamt 
      5  1.1.4.2  yamt .include <bsd.own.mk>
      6  1.1.4.2  yamt 
      7  1.1.4.2  yamt KERN_SET=		kern-GENERIC
      8  1.1.4.2  yamt BOOTDISK=		sd0
      9  1.1.4.2  yamt PRIMARY_BOOT=		bootxx
     10  1.1.4.2  yamt SECONDARY_BOOT=		ufsboot
     11  1.1.4.2  yamt SECONDARY_BOOT_ARG=	/${SECONDARY_BOOT}
     12  1.1.4.2  yamt 
     13  1.1.4.2  yamt #USE_SUNLABEL=		yes		# sun2 PROM doesn't read sunlabel
     14  1.1.4.2  yamt 
     15  1.1.4.2  yamt .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     16