xref: /netbsd-src/distrib/sparc/liveimage/emuimage/Makefile (revision c5e820cae412164fcbee52f470436200af5358ea)
1#	$NetBSD: Makefile,v 1.1 2012/01/22 03:53:31 tsutsui Exp $
2
3LIVEIMGBASE=	sparcemu		# gives ${IMGBASE}.img
4
5.include <bsd.own.mk>
6
7KERN_SET=		kern-GENERIC
8BOOTDISK=		sd0
9PRIMARY_BOOT=		bootxx
10SECONDARY_BOOT=		boot
11SECONDARY_BOOT_ARG=	/${SECONDARY_BOOT}
12
13USE_SUNLABEL=		yes
14
15.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
16