Cross Reference: Makefile
xref: /src/distrib/rs6000/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/rs6000/ramdisk/
Makefile revision 1.10
1#	$NetBSD: Makefile,v 1.10 2019/12/29 18:26:18 christos Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6IMAGE=		ramdisk.fs
7IMAGESIZE=	2176k
8MAKEFS_FLAGS+=	-f 15
9
10WARNS=		1
11DBG=		-Os
12
13CRUNCHBIN=	ramdiskbin
14LISTS=		${.CURDIR}/list # ${DISTRIBDIR}/common/list.sysinst
15MTREECONF=	${DISTRIBDIR}/common/mtree.common
16IMAGEENDIAN=	be
17MAKEDEVTARGETS=	all
18IMAGEDEPENDS=	${CRUNCHBIN} \
19		dot.profile \
20		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/mkbootimage \
21		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
22		${NETBSDSRCDIR}/etc/netconfig \
23		${DISTRIBDIR}/common/protocols \
24		${DISTRIBDIR}/common/services
25
26SMALLPROG_INET6=1
27
28.if ${USE_INET6} != "no"
29LISTS+=		${DISTRIBDIR}/common/list.inet6
30.endif
31
32# Use stubs to eliminate some large stuff from libc
33HACKSRC=	${DISTRIBDIR}/utils/libhack
34.include	"${HACKSRC}/Makefile.inc"
35${CRUNCHBIN}:	libhack.o
36
37.include "${DISTRIBDIR}/common/Makefile.crunch"
38.include "${DISTRIBDIR}/common/Makefile.makedev"
39.include "${DISTRIBDIR}/common/Makefile.image"
40
41release:
42
43.include <bsd.prog.mk>
44

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