Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2002/04/15 01:55:07 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${_SRC_TOP_}/distrib/Makefile.inc"
5
6RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
7RAMDISK=	${RAMDISKDIR}/ramdisk.fs
8MDSETTARGETS=	RAMDISK ${RAMDISK} -
9
10MDSET.-.suffixes=	ecoff
11MDSET.-.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
17MDSETDIR=	binary/kernel
18
19.include "${DISTRIBDIR}/common/Makefile.mdset"
20
21.include <bsd.prog.mk>
22