Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2003/05/05 11:41:07 tsutsui 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 .mdebug -R .ident -R .pdr ${.TARGET:R} ${.TARGET}
     15 
     16 .include "${DISTRIBDIR}/common/Makefile.mdset"
     17 
     18 .include <bsd.prog.mk>
     19