1#	$NetBSD: Makefile,v 1.15 2014/03/31 11:25:47 martin Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6MINIROOTDIR!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
7MINIROOT=	${MINIROOTDIR}/miniroot.fs
8
9MDSETTARGETS=		RAMDISK ${MINIROOT} netbsd
10
11# ???
12# MDSET_RELEASEDIR=	installation
13
14.include "${DISTRIBDIR}/common/Makefile.mdset"
15
16.include <bsd.prog.mk>
17
18SUBDIR=		cdroms
19TARGETS+=	release
20
21iso_image:
22	${MAKEDIRTARGET} cdroms iso_image
23
24.include <bsd.subdir.mk>
25