1# $NetBSD: Makefile,v 1.1 2012/01/22 03:53:32 tsutsui Exp $ 2LIVEIMGBASE= vaxlive # gives ${IMGBASE}.img 3 4.include <bsd.own.mk> 5 6KERN_SET= kern-GENERIC 7BOOTDISK= ra0 8IMAGEMB= 1024 # ra0 can't handle 2GB image 9PRIMARY_BOOT= xxboot 10#SECONDARY_BOOT= # boot is extracted from base.tgz 11SECONDARY_BOOT_ARG= # nothing 12 13.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 14