1 # $NetBSD: Makefile,v 1.4 2002/05/02 18:02:25 lukem 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 MDSETTARGETS= RAMDISK ${RAMDISK} - 9 10 MDSET.-.suffixes= ecoff 11 MDSET.-.post= OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \ 12 ${OBJCOPY} -O ecoff-littlemips \ 13 -R .mdebug -R .ident \ 14 netbsd.tmp netbsd.ecoff && \ 15 gzip -9f netbsd.ecoff 16 17 MDSET_RELEASEDIR= binary/kernel 18 19 .include "${DISTRIBDIR}/common/Makefile.mdset" 20 21 .include <bsd.prog.mk> 22