1 # $NetBSD: Makefile,v 1.1 2012/01/22 03:53:30 tsutsui Exp $ 2 LIVEIMGBASE= pmaxlive # gives ${IMGBASE}.img 3 4 .include <bsd.own.mk> 5 6 KERN_SET= kern-GENERIC 7 BOOTDISK= sd0 8 PRIMARY_BOOT= bootxx_ffs 9 #SECONDARY_BOOT= # boot.pmax is extracted from base.tgz 10 SECONDARY_BOOT_ARG= # nothing 11 12 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 13