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