Cross Reference: Makefile
xref: /src/distrib/sun2/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/sun2/ramdisk/
Makefile revision 1.12
1#	$NetBSD: Makefile,v 1.12 2002/04/26 03:29:32 lukem Exp $
2
3.include <bsd.own.mk>
4.include <bsd.kernobj.mk>
5.include "${_SRC_TOP_}/distrib/Makefile.inc"
6
7IMAGE=		ramdisk.fs
8IMAGESIZE=	400k
9MAKEFS_FLAGS=	-f 15 -o minfree=0,optimization=space,density=4096,cpg=20
10
11WARNS=		1
12DBG=		-Os
13
14CRUNCHBIN=	rd_bin
15LISTS=		${.CURDIR}/list
16MTREECONF=	${.CURDIR}/mtree.conf
17IMAGEENDIAN=	be
18MAKEDEVTARGETS=	__ramdisk std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
19IMAGEDEPENDS=	${CRUNCHBIN} \
20		disktab fstab passwd protocols services sshrc welcome \
21		${_SRC_TOP_}/etc/netconfig
22
23MDSETTARGETS=	RAMDISK ramdisk.fs -
24MDSETDIR=	binary/kernel
25
26# Use stubs to eliminate some large stuff from libc
27HACKSRC=	${DISTRIBDIR}/utils/libhack
28.include	"${HACKSRC}/Makefile.inc"
29${CRUNCHBIN}:	libhack.o
30
31.include "${DISTRIBDIR}/common/Makefile.crunch"
32.include "${DISTRIBDIR}/common/Makefile.makedev"
33.include "${DISTRIBDIR}/common/Makefile.image"
34.include "${DISTRIBDIR}/common/Makefile.mdset"
35
36.include <bsd.prog.mk>
37

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