xref: /netbsd-src/distrib/alpha/instkernel/ramdisk/Makefile (revision 05220c998fe6db49ff6234e679ba4ee0a571d276)
1#	$NetBSD: Makefile,v 1.33 2020/04/06 11:58:10 martin Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6IMAGE=		ramdisk.fs
7IMAGESIZE=	4660k
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.dhcpcd"
33.include "${DISTRIBDIR}/common/Makefile.makedev"
34.include "${DISTRIBDIR}/common/Makefile.image"
35
36release:
37
38.include <bsd.prog.mk>
39