Cross Reference: Makefile
xref: /src/distrib/sgimips/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/sgimips/instkernel/
Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2003/11/20 01:57:09 sekiya Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6.include <bsd.kernobj.mk>
7
8IMAGE=		diskimage
9IMAGESIZE=	3m
10LISTS=		${.CURDIR}/list
11MTREECONF=	${DISTRIBDIR}/common/mtree.dot
12IMAGEENDIAN=	be
13IMAGEDEPENDS=	netbsd-INSTALL32_IP2x.gz netbsd-INSTALL32_IP3x.gz 
14
15RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
16RAMDISK=	${RAMDISKDIR}/ramdisk.fs
17
18MDSETTARGETS=		INSTALL32_IP2x ${RAMDISK} netbsd-INSTALL32_IP2x	\
19			INSTALL32_IP3x ${RAMDISK} netbsd-INSTALL32_IP3x
20
21MDSET_RELEASEDIR=	binary/kernel
22
23MDSET_SUFFIXES.netbsd-INSTALL32_IP2x=ecoff create-ecoff
24create-ecoff=			${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
25
26IMAGE_RELEASEDIR=	installation/diskimage
27
28.include "${DISTRIBDIR}/common/Makefile.image"
29.include "${DISTRIBDIR}/common/Makefile.mdset"
30
31.include <bsd.prog.mk>
32

Indexes created Mon Jan 26 14:10:17 GMT 2026