1 # $NetBSD: Makefile,v 1.3.32.1 2019/06/10 21:42:28 christos 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