Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.8
      1  1.8  tsutsui #	$NetBSD: Makefile,v 1.8 2004/08/30 16:10:03 tsutsui 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 
      9  1.6    lukem MDSETTARGETS=		RAMDISK ${RAMDISK} -
     10  1.6    lukem MDSET_RELEASEDIR=	binary/kernel
     11  1.1  tsutsui 
     12  1.6    lukem MDSET_SUFFIXES.-=	ecoff create-ecoff
     13  1.6    lukem create-ecoff=		${OBJCOPY} -O ecoff-littlemips \
     14  1.8  tsutsui 			    -R .pdr -R .mdebug.abi32 -R .comment -R .ident \
     15  1.8  tsutsui 			    ${.TARGET:R} ${.TARGET}
     16  1.1  tsutsui 
     17  1.1  tsutsui .include "${DISTRIBDIR}/common/Makefile.mdset"
     18  1.1  tsutsui 
     19  1.1  tsutsui .include <bsd.prog.mk>
     20