Cross Reference: Makefile
xref: /src/distrib/arc/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/arc/instkernel/
Makefile revision 1.4
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
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
17MDSET_RELEASEDIR=	binary/kernel
18
19.include "${DISTRIBDIR}/common/Makefile.mdset"
20
21.include <bsd.prog.mk>
22

Indexes created Sat Dec 13 21:09:37 GMT 2025