Cross Reference: Makefile
xref: /src/distrib/alpha/instkernel/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/alpha/instkernel/ramdisk/
Makefile revision 1.16
1#	$NetBSD: Makefile,v 1.16 2002/03/14 22:26:08 lukem Exp $
2
3.include "${.CURDIR}/../../../Makefile.inc"
4.include <bsd.own.mk>
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 #${.CURDIR}/mtree.conf
15IMAGEENDIAN=	le
16MAKEDEVTARGETS=	minimal
17IMAGEDEPENDS=	${CRUNCHBIN} \
18		disktab.preinstall dot.hdprofile dot.profile \
19		${.CURDIR}/../src/install.sh ${.CURDIR}/../src/upgrade.sh \
20		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \
21		${DESTDIR}/usr/share/misc/termcap \
22		${_SRC_TOP_}/distrib/utils/script-installer/dot.commonutils \
23		${_SRC_TOP_}/distrib/utils/script-installer/dot.instutils \
24		${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
25		${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
26		${_SRC_TOP_}/etc/services
27
28INSTALLNOTES!=	cd ${DISTRIBDIR}/notes/alpha && ${MAKE} echomore 
29IMAGEDEPENDS+=	${INSTALLNOTES}
30PARSELISTENV=	INSTALLNOTES=${INSTALLNOTES:Q} PWD_MKDB=${PWD_MKDB:Q}
31
32
33realall: ${IMAGE}
34
35release:
36
37
38.include "${DISTRIBDIR}/common/Makefile.crunch"
39.include "${DISTRIBDIR}/common/Makefile.makedev"
40.include "${DISTRIBDIR}/common/Makefile.image"
41
42.include <bsd.prog.mk>
43

Indexes created Sat Dec 13 06:09:33 GMT 2025