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