Home | History | Annotate | Line # | Download | only in instkernel
      1 #	$NetBSD: Makefile,v 1.1 2008/04/26 17:42:09 tsutsui Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 .include <bsd.kernobj.mk>
      7 
      8 MINIROOTOBJ!=	cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR}
      9 MINIROOT=	${MINIROOTOBJ}/miniroot.fs
     10 
     11 MDSETTARGETS=		RAMDISK		${MINIROOT}	netbsd
     12 MDSET_RELEASEDIR=	installation
     13 
     14 .include "${DISTRIBDIR}/common/Makefile.mdset"
     15 
     16 .include <bsd.prog.mk>
     17