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

Indexes created Mon Nov 10 17:20:41 GMT 2025