1 # $NetBSD: Makefile,v 1.3.30.1 2018/12/26 14:01:11 pgoyette Exp $ 2 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-pmax-live # gives ${IMGBASE}.img 4 5 .include <bsd.own.mk> 6 7 KERN_SET= kern-GENERIC 8 .if defined(EMUIMAGEMB) 9 LIVEIMAGEMB= ${EMUIMAGEMB} 10 .endif 11 PRIMARY_BOOT= bootxx_ffs 12 #SECONDARY_BOOT= # boot.pmax is extracted from base.tgz 13 SECONDARY_BOOT_ARG= # nothing 14 15 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 16