Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.1.4.2
      1  1.1.4.2  yamt #	$NetBSD: Makefile,v 1.1.4.2 2012/04/17 00:02:37 yamt Exp $
      2  1.1.4.2  yamt LIVEIMGBASE=	pmaxlive			# gives ${IMGBASE}.img
      3  1.1.4.2  yamt 
      4  1.1.4.2  yamt .include <bsd.own.mk>
      5  1.1.4.2  yamt 
      6  1.1.4.2  yamt KERN_SET=		kern-GENERIC
      7  1.1.4.2  yamt BOOTDISK=		sd0
      8  1.1.4.2  yamt PRIMARY_BOOT=		bootxx_ffs
      9  1.1.4.2  yamt #SECONDARY_BOOT=	# boot.pmax is extracted from base.tgz
     10  1.1.4.2  yamt SECONDARY_BOOT_ARG=	# nothing
     11  1.1.4.2  yamt 
     12  1.1.4.2  yamt .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     13