Cross Reference: Makefile.ramdisk
xref: /src/distrib/amd64/ramdisks/common/Makefile.ramdisk
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/amd64/ramdisks/common/
Makefile.ramdisk revision 1.1
1#	$NetBSD: Makefile.ramdisk,v 1.1 2006/06/02 22:11:52 hubertf Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6AMD64COMMON=	${.CURDIR}/../common
7
8.PATH:		${AMD64COMMON}
9
10WARNS=		1
11DBG=		-Os -fno-asynchronous-unwind-tables
12CRUNCHGEN_FLAGS= -d "${DBG}"
13
14CRUNCHBIN=	ramdiskbin
15LISTS=		${.CURDIR}/list ${AMD64COMMON}/list.ramdisk
16MTREECONF=	${DISTRIBDIR}/common/mtree.common
17IMAGEENDIAN=	le
18IMAGEDEPENDS+= 	${CRUNCHBIN} \
19		dot.profile termcap.mini \
20		${DESTDIR}/usr/mdec/boot \
21		${DESTDIR}/usr/mdec/bootxx_ffsv1 \
22		${DESTDIR}/usr/mdec/mbr \
23		${DESTDIR}/usr/mdec/mbr_ext \
24		${DESTDIR}/usr/mdec/mbr_bootsel \
25		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
26		${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \
27		${NETBSDSRCDIR}/etc/services
28PARSELISTENV+=	BOOTMODEL=${BOOTMODEL:Q}
29
30.if defined(USE_SYSINST)
31LISTS+=		${DISTRIBDIR}/common/list.sysinst
32MAKEFS_FLAGS+=	-f 14
33.endif
34
35# Use stubs to eliminate some large stuff from libc
36HACKSRC=	${DISTRIBDIR}/utils/libhack
37.include	"${HACKSRC}/Makefile.inc"
38${CRUNCHBIN}:	libhack.o
39
40.include "${DISTRIBDIR}/common/Makefile.crunch"
41.include "${DISTRIBDIR}/common/Makefile.makedev"
42.include "${DISTRIBDIR}/common/Makefile.image"
43
44release:
45
46.include <bsd.prog.mk>
47

Indexes created Fri Dec 12 13:09:51 GMT 2025