Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.6
      1     #	$NetBSD: Makefile,v 1.6 2019/08/07 07:59:35 gson Exp $
      2     
      3     LIVEIMGBASE=	NetBSD-${DISTRIBVER}-amd64-live	# gives ${IMGBASE}.img
      4     
      5     EMUIMAGEMB?=	3725            	# 4GB USB flash memories aren't 4GiB
      6     LIVEIMAGEMB=	${EMUIMAGEMB}
      7     
      8     .include "${.CURDIR}/../Makefile.liveimage"
      9