Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.2.2.1
      1 #	$NetBSD: Makefile,v 1.2.2.1 2012/11/20 02:57:42 tls Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-i386-live-wd0root	# gives ${IMGBASE}.img
      4 
      5 BOOTDISK=	wd0			# for QEMU etc.
      6 .if defined(EMUIMAGEMB)
      7 LIVEIMAGEMB=	${EMUIMAGEMB}
      8 .endif
      9 
     10 .include "${.CURDIR}/../Makefile.liveimage"
     11