Module Name: src Committed By: mrg Date: Sun Dec 20 19:53:36 UTC 2009
Modified Files: src/distrib/mipsco/instkernel: Makefile Log Message: create the ecoff copy of the install kernel so the prom can boot it. from PR 39915. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/mipsco/instkernel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/mipsco/instkernel/Makefile diff -u src/distrib/mipsco/instkernel/Makefile:1.15 src/distrib/mipsco/instkernel/Makefile:1.16 --- src/distrib/mipsco/instkernel/Makefile:1.15 Wed Dec 11 15:52:47 2002 +++ src/distrib/mipsco/instkernel/Makefile Sun Dec 20 19:53:36 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/12/11 15:52:47 lukem Exp $ +# $NetBSD: Makefile,v 1.16 2009/12/20 19:53:36 mrg Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -24,10 +24,8 @@ MDSETTARGETS= RAMDISK ${RAMDISK} netbsd-INSTALL MDSET_RELEASEDIR= binary/kernel -.if defined(ECOFF_KERNEL) MDSET_SUFFIXES.netbsd-INSTALL= ecoff create-ecoff create-ecoff= ${ELF2ECOFF} ${.TARGET:R} ${.TARGET} -.endif # ECOFF_KERNEL IMAGE_RELEASEDIR= installation/diskimage