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