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.1
1#	$NetBSD: Makefile,v 1.1 2002/04/13 01:46:32 thorpej Exp $
2
3.include <bsd.own.mk>
4.include "${_SRC_TOP_}/distrib/Makefile.inc"
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		disktab.preinstall dot.hdprofile dot.profile \
20		${DESTDIR}/usr/share/misc/termcap \
21		${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
22		${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
23		${_SRC_TOP_}/etc/services
24
25# Use stubs to eliminate some large stuff from libc
26HACKSRC=	${DISTRIBDIR}/utils/libhack
27.include	"${HACKSRC}/Makefile.inc"
28${CRUNCHBIN}:	libhack.o
29
30
31realall: ${IMAGE}
32
33release:
34
35.include "${DISTRIBDIR}/common/Makefile.crunch"
36.include "${DISTRIBDIR}/common/Makefile.makedev"
37.include "${DISTRIBDIR}/common/Makefile.image"
38
39.include <bsd.prog.mk>
40

Indexes created Sat Dec 13 09:09:37 GMT 2025