Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.6
      1  1.6  tsutsui #	$NetBSD: Makefile,v 1.6 2026/01/16 12:15:48 tsutsui Exp $
      2  1.2      riz 
      3  1.4     gson LIVEIMGBASE=	NetBSD-${DISTRIBVER}-vax-live	# gives ${IMGBASE}.img
      4  1.1  tsutsui 
      5  1.1  tsutsui .include <bsd.own.mk>
      6  1.1  tsutsui 
      7  1.6  tsutsui EMUIMAGEMB?=		1024		# open-simh ra0 can't handle >1GB image
      8  1.6  tsutsui SWAPMB?=		64
      9  1.6  tsutsui 
     10  1.6  tsutsui # Exclude man etc. due to size restriction
     11  1.6  tsutsui KERN_SET=	kern-GENERIC
     12  1.6  tsutsui SETS=		modules base comp etc misc rescue
     13  1.6  tsutsui .if ${MKX11} != "no"
     14  1.6  tsutsui SETS+=		xbase xetc xfont xserver
     15  1.6  tsutsui .endif
     16  1.3  tsutsui 
     17  1.1  tsutsui KERN_SET=		kern-GENERIC
     18  1.3  tsutsui LIVEIMAGEMB=		${EMUIMAGEMB}
     19  1.1  tsutsui PRIMARY_BOOT=		xxboot
     20  1.1  tsutsui #SECONDARY_BOOT=	# boot is extracted from base.tgz
     21  1.1  tsutsui SECONDARY_BOOT_ARG=	# nothing
     22  1.1  tsutsui 
     23  1.5  tsutsui # XXX: tools disklabel(8) for vax doesn't preserve existing bootblock?
     24  1.5  tsutsui INSTALLBOOT_AFTER_DISKLABEL=	yes
     25  1.5  tsutsui 
     26  1.1  tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     27