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