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.2
1#	$NetBSD: Makefile,v 1.2 2002/04/13 17:29:27 thorpej 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
10MDEXTRA_SUFFIXES.TEAMASA_NPWR_INSTALL= srec bin
11netbsd.TEAMASA_NPWR_INSTALL.post= \
12	${OBJCOPY} -O srec netbsd.tmp netbsd.srec ; \
13	gzip -9f netbsd.srec ; \
14	${OBJCOPY} -O binary netbsd.tmp netbsd.bin ; \
15	gzip -9f netbsd.bin
16
17MDSETDIR=	installation/instkernel
18
19.include "${DISTRIBDIR}/common/Makefile.mdset"
20
21.include <bsd.prog.mk>
22

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