1 # $NetBSD: Makefile,v 1.9 2002/04/21 11:20:45 shin Exp $ 2 3 .include <bsd.own.mk> 4 .include "${_SRC_TOP_}/distrib/Makefile.inc" 5 6 MINIROOTDIR!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR} 7 MINIROOT= ${MINIROOTDIR}/miniroot.fs 8 MDSETTARGETS= RAMDISK ${MINIROOT} netbsd 9 10 MDSETDIR= installation 11 12 .include "${DISTRIBDIR}/common/Makefile.mdset" 13 14 .include <bsd.prog.mk> 15