Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.3
      1  1.3  tsutsui #	$NetBSD: Makefile,v 1.3 2012/11/03 14:25:33 tsutsui Exp $
      2  1.1  tsutsui 
      3  1.2      riz LIVEIMGBASE=	NetBSD-${DISTRIBVER}-sparc64-live-sd0root # 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.1  tsutsui BOOTDISK=		sd0		# for QEMU
      9  1.1  tsutsui #BOOTDISK=		wd0		# for Ultra5/10 image?
     10  1.3  tsutsui .if defined(EMUIMAGEMB)
     11  1.3  tsutsui LIVEIMAGEMB=		${EMUIMAGEMB}
     12  1.3  tsutsui .endif
     13  1.1  tsutsui PRIMARY_BOOT=		bootblk
     14  1.1  tsutsui #SECONDARY_BOOT=	# nothing
     15  1.1  tsutsui #SECONDARY_BOOT_ARG=	# unnecessary
     16  1.1  tsutsui 
     17  1.1  tsutsui USE_SUNLABEL=		yes
     18  1.1  tsutsui 
     19  1.1  tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     20