Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.46
      1  1.46    joerg #	$NetBSD: Makefile,v 1.46 2014/08/08 16:56:31 joerg Exp $
      2   1.1   tsubai 
      3  1.23  tsutsui .include <bsd.own.mk>
      4  1.29    lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5   1.1   tsubai 
      6   1.1   tsubai IMAGE=		ramdisk.fs
      7  1.45      gdt # This must be kept in sync with config option MEMORY_DISK_ROOT_SIZE
      8  1.45      gdt # in both
      9  1.45      gdt #   src/sys/arch/macppc/conf/INSTALL
     10  1.45      gdt #   src/sys/arch/macppc/conf/GENERIC_MD
     11  1.45      gdt IMAGESIZE=	2248k
     12  1.24    lukem MAKEFS_FLAGS=	-f 15
     13   1.1   tsubai 
     14  1.23  tsutsui WARNS=		1
     15  1.46    joerg DBG=		-Os
     16   1.1   tsubai 
     17  1.23  tsutsui CRUNCHBIN=	ramdiskbin
     18  1.25  tsutsui CRUNCHGEN_FLAGS= -d "${DBG}"
     19  1.23  tsutsui LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
     20  1.23  tsutsui MTREECONF=	${DISTRIBDIR}/common/mtree.common
     21  1.23  tsutsui IMAGEENDIAN=	be
     22  1.23  tsutsui MAKEDEVTARGETS=	floppy
     23  1.23  tsutsui IMAGEDEPENDS=	${CRUNCHBIN} \
     24  1.37      roy 		dot.profile \
     25  1.23  tsutsui 		${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/usr/mdec/bootxx \
     26  1.28    lukem 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     27  1.34      abs 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
     28  1.34      abs 		${DISTRIBDIR}/common/services
     29  1.30    lukem SMALLPROG_INET6=1
     30   1.1   tsubai 
     31  1.31    lukem .if ${USE_INET6} != "no"
     32  1.35      abs LISTS+=		${DISTRIBDIR}/common/list.inet6
     33  1.31    lukem .endif
     34  1.31    lukem 
     35  1.22    lukem # Use stubs to eliminate some large stuff from libc
     36  1.22    lukem HACKSRC=	${DISTRIBDIR}/utils/libhack
     37  1.22    lukem .include	"${HACKSRC}/Makefile.inc"
     38  1.23  tsutsui ${CRUNCHBIN}:	libhack.o
     39  1.23  tsutsui 
     40  1.23  tsutsui .include "${DISTRIBDIR}/common/Makefile.crunch"
     41  1.23  tsutsui .include "${DISTRIBDIR}/common/Makefile.makedev"
     42  1.23  tsutsui .include "${DISTRIBDIR}/common/Makefile.image"
     43  1.29    lukem 
     44  1.29    lukem release:
     45   1.1   tsubai 
     46  1.20      jmc .include <bsd.prog.mk>
     47