Home | History | Annotate | Line # | Download | only in emuimage
      1 #	$NetBSD: Makefile,v 1.5 2025/02/07 17:31:45 tsutsui Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-sun2-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 PRIMARY_BOOT=		bootxx
     12 SECONDARY_BOOT=		ufsboot
     13 SECONDARY_BOOT_ARG=	/${SECONDARY_BOOT}
     14 
     15 #USE_SUNLABEL=		yes		# sun2 PROM doesn't read sunlabel
     16 
     17 # sun2 doesn't have shared libraries so omit comp etc. to reduce image size.
     18 SETS=		modules base etc games misc text
     19 
     20 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     21