Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2012/11/03 14:25:33 tsutsui Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-sun2-live-sd0root	# gives ${IMGBASE}.img
      4 
      5 .include <bsd.own.mk>
      6 
      7 KERN_SET=		kern-GENERIC
      8 BOOTDISK=		sd0
      9 .if defined(EMUIMAGEMB)
     10 LIVEIMAGEMB=		${EMUIMAGEMB}
     11 .endif
     12 PRIMARY_BOOT=		bootxx
     13 SECONDARY_BOOT=		ufsboot
     14 SECONDARY_BOOT_ARG=	/${SECONDARY_BOOT}
     15 
     16 #USE_SUNLABEL=		yes		# sun2 PROM doesn't read sunlabel
     17 
     18 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     19