Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.3.32.1
      1 #	$NetBSD: Makefile,v 1.3.32.1 2019/06/10 21:42:23 christos Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-i386-live	# gives ${IMGBASE}.img
      4 
      5 EMUIMAGEMB?=	1536            	# 2GB USB flash memories aren't 2GiB
      6 LIVEIMAGEMB=	${EMUIMAGEMB}
      7 
      8 .include "${.CURDIR}/../Makefile.liveimage"
      9