Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.5
      1  1.5    lukem #	$NetBSD: Makefile,v 1.5 2002/05/03 15:22:57 lukem Exp $
      2  1.1  tsutsui 
      3  1.1  tsutsui .include <bsd.own.mk>
      4  1.4    lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1  tsutsui 
      6  1.1  tsutsui RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7  1.1  tsutsui RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8  1.1  tsutsui MDSETTARGETS=	RAMDISK ${RAMDISK} -
      9  1.1  tsutsui 
     10  1.2    lukem MDSET.-.suffixes=	ecoff
     11  1.2    lukem MDSET.-.post=		OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \
     12  1.1  tsutsui 			    ${OBJCOPY} -O ecoff-littlemips \
     13  1.1  tsutsui 			    -R .mdebug -R .ident \
     14  1.5    lukem 			    ${.TARGET:R} ${.TARGET:R}.ecoff && \
     15  1.5    lukem 			gzip -9f ${.TARGET:R}.ecoff
     16  1.1  tsutsui 
     17  1.4    lukem MDSET_RELEASEDIR=	binary/kernel
     18  1.1  tsutsui 
     19  1.1  tsutsui .include "${DISTRIBDIR}/common/Makefile.mdset"
     20  1.1  tsutsui 
     21  1.1  tsutsui .include <bsd.prog.mk>
     22