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