Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 2004/08/30 16:10:03 tsutsui Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
7RAMDISK=	${RAMDISKDIR}/ramdisk.fs
8
9MDSETTARGETS=		RAMDISK ${RAMDISK} -
10MDSET_RELEASEDIR=	binary/kernel
11
12MDSET_SUFFIXES.-=	ecoff create-ecoff
13create-ecoff=		${OBJCOPY} -O ecoff-littlemips \
14			    -R .pdr -R .mdebug.abi32 -R .comment -R .ident \
15			    ${.TARGET:R} ${.TARGET}
16
17.include "${DISTRIBDIR}/common/Makefile.mdset"
18
19.include <bsd.prog.mk>
20