Cross Reference: Makefile
xref: /src/distrib/cats/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/cats/instkernel/
Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2002/05/08 21:44:54 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
8
9MDSETTARGETS=		INSTALL ${RAMDISK} netbsd.aout-INSTALL
10MDSET_RELEASEDIR=	binary/kernel
11
12MDSET_POST.netbsd.aout-INSTALL=OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \
13			    ${KERNSRCDIR}/arch/arm/conf/elf2aout.sh \
14			    ${.TARGET} ${.TARGET}
15
16
17.include "${DISTRIBDIR}/common/Makefile.mdset"
18
19.include <bsd.prog.mk>
20

Indexes created Thu Dec 11 15:09:36 GMT 2025