Makefile revision 1.1.4.4
1#	$NetBSD: Makefile,v 1.1.4.4 2013/01/16 05:26:01 yamt 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