1 1.2 lukem # $NetBSD: Makefile,v 1.2 2002/04/15 01:55:07 lukem Exp $ 2 1.1 tsutsui 3 1.1 tsutsui .include <bsd.own.mk> 4 1.1 tsutsui .include "${_SRC_TOP_}/distrib/Makefile.inc" 5 1.1 tsutsui 6 1.1 tsutsui RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7 1.1 tsutsui RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 1.1 tsutsui MDSETTARGETS= RAMDISK ${RAMDISK} - 9 1.1 tsutsui 10 1.2 lukem MDSET.-.suffixes= ecoff 11 1.2 lukem MDSET.-.post= OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \ 12 1.1 tsutsui ${OBJCOPY} -O ecoff-littlemips \ 13 1.1 tsutsui -R .mdebug -R .ident \ 14 1.2 lukem netbsd.tmp netbsd.ecoff && \ 15 1.2 lukem gzip -9f netbsd.ecoff 16 1.1 tsutsui 17 1.2 lukem MDSETDIR= binary/kernel 18 1.1 tsutsui 19 1.1 tsutsui .include "${DISTRIBDIR}/common/Makefile.mdset" 20 1.1 tsutsui 21 1.1 tsutsui .include <bsd.prog.mk> 22