Home | History | Annotate | Line # | Download | only in liveimage
      1 #	$NetBSD: Makefile.liveimage,v 1.2 2018/12/15 18:03:17 gson Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 KERN_SET=		kern-GENERIC
      6 PRIMARY_BOOT=		bootxx_ffsv1
      7 SECONDARY_BOOT=		boot
      8 SECONDARY_BOOT_ARG=	# unnecessary
      9 
     10 USE_MBR=		yes
     11 
     12 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     13