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