Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.3.30.1
      1  1.3.30.1  pgoyette #	$NetBSD: Makefile,v 1.3.30.1 2018/12/26 14:01:11 pgoyette Exp $
      2       1.2       riz 
      3  1.3.30.1  pgoyette LIVEIMGBASE=	NetBSD-${DISTRIBVER}-pmax-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_ffs
     12       1.1   tsutsui #SECONDARY_BOOT=	# boot.pmax is extracted from base.tgz
     13       1.1   tsutsui SECONDARY_BOOT_ARG=	# nothing
     14       1.1   tsutsui 
     15       1.1   tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     16