1 1.1 tsutsui # $NetBSD: Makefile.liveimage,v 1.1 2012/01/22 03:53:30 tsutsui Exp $ 2 1.1 tsutsui 3 1.1 tsutsui .include <bsd.own.mk> 4 1.1 tsutsui 5 1.1 tsutsui KERN_SET= kern-GENERIC 6 1.1 tsutsui BOOTDISK?= wd0 # for emulators 7 1.1 tsutsui PRIMARY_BOOT= bootxx_ffsv1 8 1.1 tsutsui SECONDARY_BOOT= boot 9 1.1 tsutsui SECONDARY_BOOT_ARG= # unnecessary 10 1.1 tsutsui 11 1.1 tsutsui USE_MBR= yes 12 1.1 tsutsui 13 1.1 tsutsui .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage" 14