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 6 RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7 RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 9 MDSETTARGETS= INSTALL ${RAMDISK} - \ 10 INSTALL_KURO ${RAMDISK} - 11 MDSET_RELEASEDIR= binary/kernel 12 13 .include "${DISTRIBDIR}/common/Makefile.mdset" 14 15 .include <bsd.prog.mk> 16