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.4
1#	$NetBSD: Makefile,v 1.4 2002/04/12 13:39:45 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=	INSTALL ${RAMDISK} netbsd.aout-INSTALL
9
10netbsd.aout-INSTALL.post=	\
11	OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \
12	    ${KERNSRCDIR}/arch/arm/conf/elf2aout.sh netbsd.tmp netbsd.tmp
13
14MDSETDIR=	binary/kernel
15
16.include "${DISTRIBDIR}/common/Makefile.mdset"
17
18.include <bsd.prog.mk>
19

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