1#	$NetBSD: Makefile,v 1.29 2010/02/05 10:01:17 roy Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6IMAGE=		ramdisk.fs
7IMAGESIZE=	4480k
8MAKEFS_FLAGS=	-o density=5k
9
10WARNS=		1
11
12CRUNCHBIN=	ramdiskbin
13LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
14MTREECONF=	${DISTRIBDIR}/common/mtree.common
15IMAGEENDIAN=	le
16MAKEDEVTARGETS=	minimal
17IMAGEDEPENDS=	${CRUNCHBIN} \
18		dot.profile install.sh upgrade.sh \
19		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \
20		${DISTRIBDIR}/utils/script-installer/dot.commonutils \
21		${DISTRIBDIR}/utils/script-installer/dot.instutils \
22		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
23		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
24		${DISTRIBDIR}/common/services
25
26INSTNOTESDIR!=	cd ${DISTRIBDIR}/notes/alpha && ${PRINTOBJDIR}
27INSTALLNOTES=	${INSTNOTESDIR}/INSTALL.more
28IMAGEDEPENDS+=	${INSTALLNOTES}
29PARSELISTENV=	INSTALLNOTES=${INSTALLNOTES:Q} TOOL_PWD_MKDB=${TOOL_PWD_MKDB:Q}
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