Cross Reference: Makefile
xref: /src/distrib/hp300/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/hp300/ramdisk/
Makefile revision 1.12
1#	$NetBSD: Makefile,v 1.12 2002/03/25 07:43:42 lukem Exp $
2
3.include "${.CURDIR}/../../Makefile.inc"
4.include <bsd.own.mk>
5
6IMAGE=		ramdisk.fs
7IMAGESIZE=	1200k
8
9WARNS=		1
10
11CRUNCHBIN=	ramdiskbin
12LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
13MTREECONF=	${DISTRIBDIR}/common/mtree.common
14IMAGEENDIAN=	be
15MAKEDEVTARGETS=	std md0
16IMAGEDEPENDS=	${CRUNCHBIN} \
17		dot.profile termcap.mini \
18		${DESTDIR}/usr/mdec/installboot ${DESTDIR}/usr/mdec/uboot.lif \
19		${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
20		${_SRC_TOP_}/etc/protocols ${_SRC_TOP_}/etc/netconfig \
21		${_SRC_TOP_}/etc/services
22
23
24realall: ${IMAGE}
25
26release:
27
28
29# Use stubs to eliminate some large stuff from libc
30HACKSRC=${DISTRIBDIR}/utils/libhack
31.include "${HACKSRC}/Makefile.inc"
32
33# This is listed in ramdiskbin.conf but is built here.
34${CRUNCHBIN}: libhack.o
35
36
37.include "${DISTRIBDIR}/common/Makefile.crunch"
38.include "${DISTRIBDIR}/common/Makefile.makedev"
39.include "${DISTRIBDIR}/common/Makefile.image"
40
41.include <bsd.prog.mk>
42

Indexes created Tue Dec 16 05:09:39 GMT 2025