Cross Reference: Makefile
xref: /src/distrib/pmax/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/pmax/instkernel/
Makefile revision 1.32
1#	$NetBSD: Makefile,v 1.32 2002/05/03 15:22:56 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6.include <bsd.kernobj.mk>
7
8IMAGE=		diskimage
9IMAGESIZE=	2m
10LISTS=		${.CURDIR}/list
11MTREECONF=	${DISTRIBDIR}/common/mtree.dot
12IMAGEENDIAN=	le
13PRIMARYBOOT=	${DESTDIR}/usr/mdec/bootxx_ffs
14IMAGEDEPENDS=	install.gz ${DESTDIR}/usr/mdec/boot.pmax ${PRIMARYBOOT}
15IMAGEPOSTBUILD=	${INSTALLBOOT} -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT}
16
17RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
18RAMDISK=	${RAMDISKDIR}/ramdisk.fs
19MDSETTARGETS=	RAMDISK ${RAMDISK} install
20
21MDSET_RELEASEDIR=	binary/kernel
22IMAGE_RELEASEDIR=	installation/diskimage
23
24MDSET.install.suffixes=	ecoff
25MDSET.install.post=	${ELF2ECOFF} ${.TARGET:R} ${.TARGET:R}.ecoff && \
26			gzip -9f ${.TARGET:R}.ecoff
27
28.include "${DISTRIBDIR}/common/Makefile.image"
29.include "${DISTRIBDIR}/common/Makefile.mdset"
30
31.include <bsd.prog.mk>
32

Indexes created Wed Dec 10 04:09:55 GMT 2025