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