1#	$NetBSD: Makefile.liveimage,v 1.1 2012/01/22 03:53:29 tsutsui Exp $
2
3.include <bsd.own.mk>
4
5KERN_SET=		kern-GENERIC
6BOOTDISK?=		wd0		# for emulators
7PRIMARY_BOOT=		bootxx_ffsv1
8SECONDARY_BOOT=		boot
9SECONDARY_BOOT_ARG=	# unnecessary
10
11USE_MBR=		yes
12
13.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
14