1#	$NetBSD: Makefile,v 1.1.2.1 2012/08/17 20:50:50 martin Exp $
2
3LIVEIMGBASE=	NetBSD-${DISTRIBVER}-amd64-live-sd0root	# gives ${IMGBASE}.img
4
5BOOTDISK=	sd0			# for USB flash etc.
6IMAGEMB=	1536            	# 2GB USB flash memories aren't 2GiB
7OMIT_SWAPIMG=	yes			# no need to write swap
8
9.include "${.CURDIR}/../Makefile.liveimage"
10