Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2012/08/17 16:56:35 riz Exp $
2
3LIVEIMGBASE=	NetBSD-${DISTRIBVER}-pmax-live-sd0root	# gives ${IMGBASE}.img
4
5.include <bsd.own.mk>
6
7KERN_SET=		kern-GENERIC
8BOOTDISK=		sd0
9PRIMARY_BOOT=		bootxx_ffs
10#SECONDARY_BOOT=	# boot.pmax is extracted from base.tgz
11SECONDARY_BOOT_ARG=	# nothing
12
13.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
14