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