1#         $NetBSD: Makefile,v 1.9 2006/06/21 09:25:27 garbled 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_SMALL       ${RAMDISK}          -
11MDSET_RELEASEDIR=   binary/kernel
12
13.include "${DISTRIBDIR}/common/Makefile.mdset"
14
15.include <bsd.prog.mk>
16