1 # $NetBSD: Makefile,v 1.3 2002/04/26 15:50:25 lukem Exp $ 2 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/Makefile.inc" 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 MDSETDIR= binary/kernel 18 19 .include "${DISTRIBDIR}/common/Makefile.mdset" 20 21 .include <bsd.prog.mk> 22