Cross Reference: Makefile
xref: /src/distrib/x68k/floppies/ramdisk/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/x68k/floppies/ramdisk/
Makefile revision 1.38
1#	$NetBSD: Makefile,v 1.38 2009/10/09 15:59:27 tsutsui Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6IMAGE=			inst.fs
7IMAGESIZE=		1400k
8# `floppy-root' cannot be used now, due to size issue.
9#IMAGE_RELEASEDIR=	installation/floppy
10
11MAKEFS_FLAGS=	-f 10
12WARNS=		1
13DBG=		-Os
14
15CRUNCHBIN=	ramdiskbin
16LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en
17MTREECONF=	${DISTRIBDIR}/common/mtree.common
18IMAGEENDIAN=	be
19MAKEDEVTARGETS=	ramdisk
20IMAGEDEPENDS+= 	${CRUNCHBIN} \
21		dot.profile \
22		${DISTRIBDIR}/common/services \
23		${DISTRIBDIR}/common/termcap \
24		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/mboot \
25		${DESTDIR}/usr/mdec/sdboot_ufs \
26		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
27		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols
28SMALLPROG_INET6=1
29
30.if ${USE_INET6} != "no"
31LISTS+=		${DISTRIBDIR}/common/list.inet6
32.endif
33
34# Use stubs to eliminate some large stuff from libc
35HACKSRC=	${DISTRIBDIR}/utils/libhack
36.include	"${HACKSRC}/Makefile.inc"
37${CRUNCHBIN}:	libhack.o
38
39.include "${DISTRIBDIR}/common/Makefile.crunch"
40.include "${DISTRIBDIR}/common/Makefile.makedev"
41.include "${DISTRIBDIR}/common/Makefile.image"
42
43release::
44
45.include <bsd.prog.mk>
46

Indexes created Fri Dec 19 18:09:30 GMT 2025