Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.1.2.2
      1 #	$NetBSD: Makefile,v 1.1.2.2 2015/05/02 16:20:38 martin Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-sparc64-live-sd0root # gives ${IMGBASE}.img
      4 
      5 .include <bsd.own.mk>
      6 
      7 KERN_SET=		kern-GENERIC
      8 BOOTDISK=		sd0		# for QEMU
      9 #BOOTDISK=		wd0		# for Ultra5/10 image?
     10 PRIMARY_BOOT=		bootblk
     11 SECONDARY_BOOT=		ofwboot
     12 #SECONDARY_BOOT_ARG=	# unnecessary
     13 
     14 USE_SUNLABEL=		yes
     15 
     16 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     17