xref: /netbsd-src/distrib/i386/liveimage/emuimage/Makefile (revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
1#	$NetBSD: Makefile,v 1.4 2018/12/15 18:03:17 gson Exp $
2
3LIVEIMGBASE=	NetBSD-${DISTRIBVER}-i386-live	# gives ${IMGBASE}.img
4
5EMUIMAGEMB?=	1536            	# 2GB USB flash memories aren't 2GiB
6LIVEIMAGEMB=	${EMUIMAGEMB}
7
8.include "${.CURDIR}/../Makefile.liveimage"
9