Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.7.2.1
      1 #	$NetBSD: Makefile,v 1.7.2.1 2004/09/01 18:21:04 tron Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7 RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8 
      9 MDSETTARGETS=		RAMDISK ${RAMDISK} -
     10 MDSET_RELEASEDIR=	binary/kernel
     11 
     12 MDSET_SUFFIXES.-=	ecoff create-ecoff
     13 create-ecoff=		${OBJCOPY} -O ecoff-littlemips \
     14 			    -R .pdr -R .mdebug.abi32 -R .comment -R .ident \
     15 			    ${.TARGET:R} ${.TARGET}
     16 
     17 .include "${DISTRIBDIR}/common/Makefile.mdset"
     18 
     19 .include <bsd.prog.mk>
     20