Home | History | Annotate | Line # | Download | only in emuimage
      1 #	$NetBSD: Makefile,v 1.1 2025/01/19 04:58:43 tsutsui Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-virt68k-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 
     12 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     13