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

Indexes created Fri Dec 19 15:09:30 GMT 2025