Home | History | Annotate | Line # | Download | only in liveimage
Makefile.liveimage revision 1.1.44.1
      1 #	$NetBSD: Makefile.liveimage,v 1.1.44.1 2019/06/10 21:42:23 christos 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