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

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