1 # $NetBSD: Makefile,v 1.4 2018/12/15 18:03:17 gson Exp $ 2 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sparc-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 12 SECONDARY_BOOT= boot 13 SECONDARY_BOOT_ARG= /${SECONDARY_BOOT} 14 15 USE_SUNLABEL= yes 16 17 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 18