Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.1.4.4
      1  1.1.4.4  yamt #	$NetBSD: Makefile,v 1.1.4.4 2013/01/16 05:26:03 yamt Exp $
      2  1.1.4.3  yamt 
      3  1.1.4.3  yamt LIVEIMGBASE=	NetBSD-${DISTRIBVER}-pmax-live-sd0root	# gives ${IMGBASE}.img
      4  1.1.4.2  yamt 
      5  1.1.4.2  yamt .include <bsd.own.mk>
      6  1.1.4.2  yamt 
      7  1.1.4.2  yamt KERN_SET=		kern-GENERIC
      8  1.1.4.2  yamt BOOTDISK=		sd0
      9  1.1.4.4  yamt .if defined(EMUIMAGEMB)
     10  1.1.4.4  yamt LIVEIMAGEMB=		${EMUIMAGEMB}
     11  1.1.4.4  yamt .endif
     12  1.1.4.2  yamt PRIMARY_BOOT=		bootxx_ffs
     13  1.1.4.2  yamt #SECONDARY_BOOT=	# boot.pmax is extracted from base.tgz
     14  1.1.4.2  yamt SECONDARY_BOOT_ARG=	# nothing
     15  1.1.4.2  yamt 
     16  1.1.4.2  yamt .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     17