1 1.2 riz # $NetBSD: Makefile,v 1.2 2012/08/17 16:56:36 riz Exp $ 2 1.1 tsutsui 3 1.2 riz LIVEIMGBASE= NetBSD-${DISTRIBVER}-sun2-live-sd0root # gives ${IMGBASE}.img 4 1.1 tsutsui 5 1.1 tsutsui .include <bsd.own.mk> 6 1.1 tsutsui 7 1.1 tsutsui KERN_SET= kern-GENERIC 8 1.1 tsutsui BOOTDISK= sd0 9 1.1 tsutsui PRIMARY_BOOT= bootxx 10 1.1 tsutsui SECONDARY_BOOT= ufsboot 11 1.1 tsutsui SECONDARY_BOOT_ARG= /${SECONDARY_BOOT} 12 1.1 tsutsui 13 1.1 tsutsui #USE_SUNLABEL= yes # sun2 PROM doesn't read sunlabel 14 1.1 tsutsui 15 1.1 tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 16