Makefile revision 1.11
1#	$NetBSD: Makefile,v 1.11 2002/05/02 18:02:47 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6MINIROOTDIR!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
7MINIROOT=	${MINIROOTDIR}/miniroot.fs
8MDSETTARGETS=	RAMDISK ${MINIROOT} netbsd
9
10MDSET_RELEASEDIR=	installation
11
12.include "${DISTRIBDIR}/common/Makefile.mdset"
13
14.include <bsd.prog.mk>
15