1#	$NetBSD: Makefile,v 1.2 2010/06/09 17:37:23 phx Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
7RAMDISK=	${RAMDISKDIR}/ramdisk.fs
8
9MDSETTARGETS=		INSTALL ${RAMDISK} - \
10			INSTALL_KURO ${RAMDISK} -
11MDSET_RELEASEDIR=	binary/kernel
12
13.include "${DISTRIBDIR}/common/Makefile.mdset"
14
15.include <bsd.prog.mk>
16