Home | History | Annotate | Line # | Download | only in emuimage
      1  1.1  tsutsui #	$NetBSD: Makefile,v 1.1 2025/02/02 20:11:02 tsutsui Exp $
      2  1.1  tsutsui 
      3  1.1  tsutsui LIVEIMGBASE=	NetBSD-${DISTRIBVER}-alpha-live	# gives ${IMGBASE}.img
      4  1.1  tsutsui 
      5  1.1  tsutsui .include <bsd.own.mk>
      6  1.1  tsutsui 
      7  1.1  tsutsui KERN_SET=		kern-GENERIC
      8  1.1  tsutsui .if defined(EMUIMAGEMB)
      9  1.1  tsutsui LIVEIMAGEMB=		${EMUIMAGEMB}
     10  1.1  tsutsui .endif
     11  1.1  tsutsui IMGFFSVERSION=		2
     12  1.1  tsutsui PRIMARY_BOOT=		bootxx_ffsv2
     13  1.1  tsutsui SECONDARY_BOOT=		boot
     14  1.1  tsutsui 
     15  1.1  tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     16