Cross Reference: Makefile
xref: /src/distrib/cobalt/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/cobalt/ramdisk/
Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2008/02/02 14:06:48 tsutsui Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6IMAGE=		ramdisk.fs
7IMAGESIZE=	2560k
8MAKEFS_FLAGS=	-f 15
9
10WARNS=		1
11DBG=		-Os -mmemcpy
12
13CRUNCHBIN=	ramdiskbin
14CRUNCHGEN_FLAGS= -d "${DBG}"
15LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en
16MTREECONF=	${DISTRIBDIR}/common/mtree.common
17IMAGEENDIAN=	le
18MAKEDEVTARGETS=	minimal
19IMAGEDEPENDS=	${CRUNCHBIN} \
20		dot.profile \
21		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
22		${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \
23		${NETBSDSRCDIR}/distrib/common/services \
24		${NETBSDSRCDIR}/distrib/common/termcap.mini
25SMALLPROG_INET6=1
26
27# Use stubs to eliminate some large stuff from libc
28HACKSRC=	${DISTRIBDIR}/utils/libhack
29.include	"${HACKSRC}/Makefile.inc"
30${CRUNCHBIN}:	libhack.o
31
32.include "${DISTRIBDIR}/common/Makefile.crunch"
33.include "${DISTRIBDIR}/common/Makefile.makedev"
34.include "${DISTRIBDIR}/common/Makefile.image"
35
36release:
37
38.include <bsd.prog.mk>
39

Indexes created Mon Nov 10 17:20:41 GMT 2025