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.15
1#	$NetBSD: Makefile,v 1.15 2007/11/19 10:28:15 skrll 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 \
10			INSTALL.ABLE ${RAMDISK} netbsd.able-INSTALL
11MDSET_RELEASEDIR=	binary/kernel
12
13MDSET_NOSTRIP=		# defined
14
15MDSET_POST.netbsd.aout-INSTALL= \
16    ${OBJCOPY} -O a.out-arm-netbsd \
17	-R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
18	${.TARGET} ${.TARGET}
19
20.include "${DISTRIBDIR}/common/Makefile.mdset"
21
22.include <bsd.prog.mk>
23

Indexes created Mon Dec 15 13:09:33 GMT 2025