Home | History | Annotate | Line # | Download | only in liveimage
Makefile.liveimage revision 1.1
      1 #	$NetBSD: Makefile.liveimage,v 1.1 2012/01/22 03:53:29 tsutsui Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 KERN_SET=		kern-GENERIC
      6 BOOTDISK?=		wd0		# for emulators
      7 PRIMARY_BOOT=		bootxx_ffsv1
      8 SECONDARY_BOOT=		boot
      9 SECONDARY_BOOT_ARG=	# unnecessary
     10 
     11 USE_MBR=		yes
     12 
     13 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     14