Home | History | Annotate | Line # | Download | only in emuimage
      1 #	$NetBSD: Makefile,v 1.5 2018/12/15 18:03:18 gson Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-sparc64-live # gives ${IMGBASE}.img
      4 
      5 .include <bsd.own.mk>
      6 
      7 KERN_SET=		kern-GENERIC
      8 .if defined(EMUIMAGEMB)
      9 LIVEIMAGEMB=		${EMUIMAGEMB}
     10 .endif
     11 PRIMARY_BOOT=		bootblk
     12 SECONDARY_BOOT=		ofwboot
     13 #SECONDARY_BOOT_ARG=	# unnecessary
     14 
     15 USE_SUNLABEL=		yes
     16 
     17 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     18