xref: /netbsd-src/distrib/vax/liveimage/emuimage/Makefile (revision 4b004442778f1201b2161e87fd65ba87aae6601a)
1#	$NetBSD: Makefile,v 1.4 2018/12/15 18:03:18 gson Exp $
2
3LIVEIMGBASE=	NetBSD-${DISTRIBVER}-vax-live	# gives ${IMGBASE}.img
4
5.include <bsd.own.mk>
6
7EMUIMAGEMB?=		1024		# ra0 can't handle 2GB image
8
9KERN_SET=		kern-GENERIC
10LIVEIMAGEMB=		${EMUIMAGEMB}
11PRIMARY_BOOT=		xxboot
12#SECONDARY_BOOT=	# boot is extracted from base.tgz
13SECONDARY_BOOT_ARG=	# nothing
14
15.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
16