Cross Reference: Makefile
xref: /src/distrib/shark/instkernel/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/shark/instkernel/ramdisk/
Makefile revision 1.22
1#	$NetBSD: Makefile,v 1.22 2017/01/24 18:04:04 christos Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6IMAGE=		ramdisk.fs
7IMAGESIZE=	3072k
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=	le
17MAKEDEVTARGETS=	ramdisk
18IMAGEDEPENDS=	${CRUNCHBIN} \
19		dot.profile \
20		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
21		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
22		${DISTRIBDIR}/common/services
23
24# Use stubs to eliminate some large stuff from libc
25HACKSRC=	${DISTRIBDIR}/utils/libhack
26.include	"${HACKSRC}/Makefile.inc"
27${CRUNCHBIN}:	libhack.o
28
29.include "${DISTRIBDIR}/common/Makefile.crunch"
30.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
31.include "${DISTRIBDIR}/common/Makefile.makedev"
32.include "${DISTRIBDIR}/common/Makefile.image"
33
34release:
35
36.include <bsd.prog.mk>
37

Indexes created Thu Dec 11 06:09:47 GMT 2025