Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.4.14.1
      1 #	$NetBSD: Makefile,v 1.4.14.1 2018/12/26 14:01:12 pgoyette 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