Cross Reference: Makefile
xref: /src/distrib/mipsco/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/mipsco/ramdisk/
Makefile revision 1.19
1#	$NetBSD: Makefile,v 1.19 2010/02/05 10:01:19 roy Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6IMAGE=		ramdisk.fs
7IMAGETAR=	diskimage.tgz
8IMAGESIZE=	3m
9MAKEFS_FLAGS=	-f 15
10
11WARNS=		1
12DBG=		-Os
13
14CRUNCHBIN=	ramdiskbin
15CRUNCHGEN_FLAGS= -d "${DBG}"
16LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
17MTREECONF=	${DISTRIBDIR}/common/mtree.common
18IMAGEENDIAN=	be
19MAKEDEVTARGETS=	minimal
20IMAGEDEPENDS=	${CRUNCHBIN} \
21		dot.profile \
22		${DESTDIR}/rescue/terminfo.db \
23		${DESTDIR}/usr/mdec/installboot \
24		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \
25		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
26		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
27		${DISTRIBDIR}/common/services
28
29IMAGETAR_RELEASEDIR=	installation/netboot
30
31# Use stubs to eliminate some large stuff from libc
32HACKSRC=	${DISTRIBDIR}/utils/libhack
33.include	"${HACKSRC}/Makefile.inc"
34${CRUNCHBIN}:	libhack.o
35
36.include "${DISTRIBDIR}/common/Makefile.crunch"
37.include "${DISTRIBDIR}/common/Makefile.makedev"
38.include "${DISTRIBDIR}/common/Makefile.image"
39
40.include <bsd.prog.mk>
41

Indexes created Sat Dec 20 15:09:33 GMT 2025