Cross Reference: Makefile
xref: /src/distrib/evbarm/instkernel/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/evbarm/instkernel/instkernel/
Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2002/04/14 01:41:25 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=	TEAMASA_NPWR_INSTALL ${RAMDISK} -
9
10MDSET.-.suffixes= srec bin
11MDSET.-.post=	${OBJCOPY} -O srec netbsd.tmp netbsd.srec && \
12		    gzip -9f netbsd.srec ; \
13		${OBJCOPY} -O binary netbsd.tmp netbsd.bin && \
14		    gzip -9f netbsd.bin
15
16MDSETDIR=	installation/instkernel
17
18.include "${DISTRIBDIR}/common/Makefile.mdset"
19
20.include <bsd.prog.mk>
21

Indexes created Mon Nov 10 17:20:41 GMT 2025