1 # $NetBSD: Makefile,v 1.1.4.2 2012/04/17 00:02:54 yamt 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