Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.1.2.2
      1  1.1.2.2  bouyer #	$NetBSD: Makefile,v 1.1.2.2 2011/03/06 15:07:37 bouyer Exp $
      2  1.1.2.2  bouyer 
      3  1.1.2.2  bouyer .include <bsd.own.mk>
      4  1.1.2.2  bouyer .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1.2.2  bouyer 
      6  1.1.2.2  bouyer .include <bsd.kernobj.mk>
      7  1.1.2.2  bouyer 
      8  1.1.2.2  bouyer IMAGE=		diskimage
      9  1.1.2.2  bouyer IMAGESIZE=	2100k
     10  1.1.2.2  bouyer LISTS=		${.CURDIR}/list
     11  1.1.2.2  bouyer MTREECONF=	${DISTRIBDIR}/common/mtree.dot
     12  1.1.2.2  bouyer IMAGEENDIAN=	be
     13  1.1.2.2  bouyer PRIMARYBOOT=	${DESTDIR}/usr/mdec/bootxx_ffs
     14  1.1.2.2  bouyer IMAGEDEPENDS=	netbsd-INSTALL.gz ${DESTDIR}/usr/mdec/boot.emips ${PRIMARYBOOT}
     15  1.1.2.2  bouyer IMAGEPOSTBUILD=	${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT}
     16  1.1.2.2  bouyer 
     17  1.1.2.2  bouyer RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
     18  1.1.2.2  bouyer RAMDISK=	${RAMDISKDIR}/ramdisk.fs
     19  1.1.2.2  bouyer 
     20  1.1.2.2  bouyer MDSETTARGETS=		RAMDISK ${RAMDISK} netbsd-INSTALL
     21  1.1.2.2  bouyer MDSET_RELEASEDIR=	binary/kernel
     22  1.1.2.2  bouyer 
     23  1.1.2.2  bouyer MDSET_SUFFIXES.netbsd-INSTALL=	ecoff create-ecoff
     24  1.1.2.2  bouyer create-ecoff=			${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
     25  1.1.2.2  bouyer 
     26  1.1.2.2  bouyer IMAGE_RELEASEDIR=	installation/diskimage
     27  1.1.2.2  bouyer 
     28  1.1.2.2  bouyer .include "${DISTRIBDIR}/common/Makefile.image"
     29  1.1.2.2  bouyer .include "${DISTRIBDIR}/common/Makefile.mdset"
     30  1.1.2.2  bouyer 
     31  1.1.2.2  bouyer .include <bsd.prog.mk>
     32