Cross Reference: Makefile
xref: /src/distrib/shark/instkernel/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/shark/instkernel/ramdisk/
Makefile revision 1.14
1#	$NetBSD: Makefile,v 1.14 2009/01/25 22:08:38 abs 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
16IMAGEENDIAN=	le
17MAKEDEVTARGETS=	ramdisk
18IMAGEDEPENDS=	${CRUNCHBIN} \
19		disktab.preinstall dot.hdprofile dot.profile \
20		${DESTDIR}/usr/share/misc/termcap \
21		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
22		${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/distrib/common/protocols \
23		${NETBSDSRCDIR}/distrib/common/services \
24		${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script
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
35release:
36
37.include <bsd.prog.mk>
38

Indexes created Fri Dec 12 08:09:37 GMT 2025