Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.4.12.1
      1  1.4.12.1  perseant #	$NetBSD: Makefile,v 1.4.12.1 2025/08/02 05:20:40 perseant Exp $
      2       1.1   tsutsui 
      3       1.4      gson LIVEIMGBASE=	NetBSD-${DISTRIBVER}-sun2-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.3   tsutsui .if defined(EMUIMAGEMB)
      9       1.3   tsutsui LIVEIMAGEMB=		${EMUIMAGEMB}
     10       1.3   tsutsui .endif
     11       1.1   tsutsui PRIMARY_BOOT=		bootxx
     12       1.1   tsutsui SECONDARY_BOOT=		ufsboot
     13       1.1   tsutsui SECONDARY_BOOT_ARG=	/${SECONDARY_BOOT}
     14       1.1   tsutsui 
     15       1.1   tsutsui #USE_SUNLABEL=		yes		# sun2 PROM doesn't read sunlabel
     16       1.1   tsutsui 
     17  1.4.12.1  perseant # sun2 doesn't have shared libraries so omit comp etc. to reduce image size.
     18  1.4.12.1  perseant SETS=		modules base etc games misc text
     19  1.4.12.1  perseant 
     20       1.1   tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     21