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