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