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