Cross Reference: Makefile
xref: /src/distrib/arc/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/arc/ramdisk/
Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2002/04/12 14:10:48 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${_SRC_TOP_}/distrib/Makefile.inc"
5
6IMAGE=		ramdisk.fs
7IMAGESIZE=	2048k
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=	minimal
18IMAGEDEPENDS=	${CRUNCHBIN} \
19		dot.profile termcap.mini \
20		${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
21		${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
22		${_SRC_TOP_}/etc/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
30realall: ${IMAGE}
31
32release:
33
34.include "${DISTRIBDIR}/common/Makefile.crunch"
35.include "${DISTRIBDIR}/common/Makefile.makedev"
36.include "${DISTRIBDIR}/common/Makefile.image"
37
38.include <bsd.prog.mk>
39

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