Cross Reference: Makefile
xref: /src/distrib/mipsco/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/mipsco/ramdisk/
Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2002/04/12 06:02:36 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${_SRC_TOP_}/distrib/Makefile.inc"
5
6IMAGE=		ramdisk.fs
7IMAGETAR=	diskimage.tgz
8IMAGESIZE=	3m
9MAKEFS_FLAGS=	-f 15
10
11WARNS=		1
12DBG=		-Os
13
14CRUNCHBIN=	ramdiskbin
15LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
16MTREECONF=	${DISTRIBDIR}/common/mtree.common
17IMAGEENDIAN=	be
18MAKEDEVTARGETS=	minimal
19IMAGEDEPENDS=	${CRUNCHBIN} \
20		dot.profile termcap.mini \
21		${DESTDIR}/usr/mdec/installboot ${DESTDIR}/usr/mdec/uboot.lif \
22		${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
23		${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
24		${_SRC_TOP_}/etc/services
25
26# Use stubs to eliminate some large stuff from libc
27HACKSRC=	${DISTRIBDIR}/utils/libhack
28.include	"${HACKSRC}/Makefile.inc"
29${CRUNCHBIN}:	libhack.o
30
31
32realall: ${IMAGE} .WAIT ${IMAGETAR}
33
34release: check_RELEASEDIR .WAIT ${IMAGETAR}
35	-mkdir -p ${RELEASEDIR}/installation/netboot
36	${RELINSTALL} ${IMAGETAR} ${RELEASEDIR}/installation/netboot
37
38
39.include "${DISTRIBDIR}/common/Makefile.crunch"
40.include "${DISTRIBDIR}/common/Makefile.makedev"
41.include "${DISTRIBDIR}/common/Makefile.image"
42
43.include <bsd.prog.mk>
44

Indexes created Sat Dec 20 15:09:33 GMT 2025