Cross Reference: Makefile
xref: /src/distrib/evbarm/instkernel/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/evbarm/instkernel/ramdisk/
Makefile revision 1.13
1#	$NetBSD: Makefile,v 1.13 2014/01/09 22:48:16 matt 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
16.if empty(MACHINE_ARCH:M*eb)
17IMAGEENDIAN=	le
18.else
19IMAGEENDIAN=	be
20.endif
21MAKEDEVTARGETS=	ramdisk
22IMAGEDEPENDS=	${CRUNCHBIN} \
23		dot.profile \
24		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
25		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
26		${DISTRIBDIR}/common/services
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
38release:
39
40.include <bsd.prog.mk>
41

Indexes created Sat Dec 13 06:09:33 GMT 2025