Cross Reference: Makefile
xref: /src/distrib/emips/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/emips/instkernel/
Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2017/02/09 14:00:06 christos Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6.include <bsd.kernobj.mk>
7
8IMAGE=		diskimage
9IMAGESIZE=	2200k
10LISTS=		${.CURDIR}/list
11MTREECONF=	${DISTRIBDIR}/common/mtree.dot
12IMAGEENDIAN=	be
13PRIMARYBOOT=	${DESTDIR}/usr/mdec/bootxx_ffs
14IMAGEDEPENDS=	netbsd-INSTALL.gz ${DESTDIR}/usr/mdec/boot.emips ${PRIMARYBOOT}
15IMAGEPOSTBUILD=	${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT}
16
17RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
18RAMDISK=	${RAMDISKDIR}/ramdisk.fs
19
20MDSETTARGETS=		RAMDISK ${RAMDISK} netbsd-INSTALL
21MDSET_RELEASEDIR=	binary/kernel
22
23IMAGE_RELEASEDIR=	installation/diskimage
24
25.include "${DISTRIBDIR}/common/Makefile.image"
26.include "${DISTRIBDIR}/common/Makefile.mdset"
27
28.include <bsd.prog.mk>
29

Indexes created Sat Dec 13 13:09:35 GMT 2025