1#	$NetBSD: Makefile,v 1.1.2.1 2012/08/17 20:50:50 martin Exp $
2
3LIVEIMGBASE=	NetBSD-${DISTRIBVER}-vax-live-ra0root	# gives ${IMGBASE}.img
4
5.include <bsd.own.mk>
6
7KERN_SET=		kern-GENERIC
8BOOTDISK=		ra0
9IMAGEMB=		1024		# ra0 can't handle 2GB image
10PRIMARY_BOOT=		xxboot
11#SECONDARY_BOOT=	# boot is extracted from base.tgz
12SECONDARY_BOOT_ARG=	# nothing
13
14.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
15