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