xref: /netbsd-src/distrib/i386/liveimage/emuimage/Makefile (revision 501cd18a74d52bfcca7d9e7e3b0d472bbc870558)
1#	$NetBSD: Makefile,v 1.3 2012/11/03 14:25:33 tsutsui Exp $
2
3LIVEIMGBASE=	NetBSD-${DISTRIBVER}-i386-live-wd0root	# gives ${IMGBASE}.img
4
5BOOTDISK=	wd0			# for QEMU etc.
6.if defined(EMUIMAGEMB)
7LIVEIMAGEMB=	${EMUIMAGEMB}
8.endif
9
10.include "${.CURDIR}/../Makefile.liveimage"
11