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.14
1#	$NetBSD: Makefile,v 1.14 2005/08/07 00:21:38 chris 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 -R .ident -R .arm.atpcs -R .comment \
17	${.TARGET} ${.TARGET}
18
19.include "${DISTRIBDIR}/common/Makefile.mdset"
20
21.include <bsd.prog.mk>
22

Indexes created Mon Dec 15 18:09:34 GMT 2025