Cross Reference: Makefile
xref: /src/distrib/acorn32/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/acorn32/ramdisk/
Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2002/03/07 01:48:36 lukem Exp $
2
3.include "${.CURDIR}/../../Makefile.inc"
4.include <bsd.own.mk>
5
6IMAGE=		ramdisk.fs
7
8WARNS=		1
9
10CRUNCHBIN=	ramdiskbin
11LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
12MTREECONF=	${DISTRIBDIR}/common/mtree.common
13IMAGEENDIAN=	le
14IMAGEDEPENDS+=	${CRUNCHBIN} \
15		disktab.preinstall dot.hdprofile dot.profile termcap.vt100 \
16		${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
17		${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
18		${_SRC_TOP_}/etc/services
19
20MAKEDEVTARGETS=	ramdisk
21
22realall: ${IMAGE}
23
24release:
25
26
27.include "${DISTRIBDIR}/common/Makefile.crunch"
28.include "${DISTRIBDIR}/common/Makefile.makedev"
29.include "${DISTRIBDIR}/common/Makefile.image"
30
31.include <bsd.prog.mk>
32

Indexes created Mon Dec 15 23:09:30 GMT 2025