Cross Reference: Makefile
xref: /src/distrib/emips/instkernel/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/emips/instkernel/
Makefile revision 1.1
11.1Spooka#	$NetBSD: Makefile,v 1.1 2011/01/26 01:18:44 pooka Exp $
21.1Spooka
31.1Spooka.include <bsd.own.mk>
41.1Spooka.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
51.1Spooka
61.1Spooka.include <bsd.kernobj.mk>
71.1Spooka
81.1SpookaIMAGE=		diskimage
91.1SpookaIMAGESIZE=	2100k
101.1SpookaLISTS=		${.CURDIR}/list
111.1SpookaMTREECONF=	${DISTRIBDIR}/common/mtree.dot
121.1SpookaIMAGEENDIAN=	be
131.1SpookaPRIMARYBOOT=	${DESTDIR}/usr/mdec/bootxx_ffs
141.1SpookaIMAGEDEPENDS=	netbsd-INSTALL.gz ${DESTDIR}/usr/mdec/boot.emips ${PRIMARYBOOT}
151.1SpookaIMAGEPOSTBUILD=	${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT}
161.1Spooka
171.1SpookaRAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
181.1SpookaRAMDISK=	${RAMDISKDIR}/ramdisk.fs
191.1Spooka
201.1SpookaMDSETTARGETS=		RAMDISK ${RAMDISK} netbsd-INSTALL
211.1SpookaMDSET_RELEASEDIR=	binary/kernel
221.1Spooka
231.1SpookaMDSET_SUFFIXES.netbsd-INSTALL=	ecoff create-ecoff
241.1Spookacreate-ecoff=			${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
251.1Spooka
261.1SpookaIMAGE_RELEASEDIR=	installation/diskimage
271.1Spooka
281.1Spooka.include "${DISTRIBDIR}/common/Makefile.image"
291.1Spooka.include "${DISTRIBDIR}/common/Makefile.mdset"
301.1Spooka
311.1Spooka.include <bsd.prog.mk>
32

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