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