Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2012/01/22 03:53:30 tsutsui Exp $
      2 
      3 LIVEIMGBASE=	i386emu			# gives ${IMGBASE}.img
      4 
      5 BOOTDISK=	wd0			# for QEMU etc.
      6 
      7 .include "${.CURDIR}/../Makefile.liveimage"
      8