Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.32.10.1
      1  1.32.10.1   bouyer #	$NetBSD: Makefile,v 1.32.10.1 2017/04/21 16:51:12 bouyer Exp $
      2        1.1   tsubai 
      3       1.12  tsutsui .include <bsd.own.mk>
      4       1.24    lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5        1.1   tsubai 
      6        1.1   tsubai IMAGE=		ramdisk.fs
      7       1.32      riz IMAGESIZE=	2660k
      8  1.32.10.1   bouyer MAKEFS_FLAGS+=	-f 15
      9        1.1   tsubai 
     10       1.12  tsutsui WARNS=		1
     11       1.25  tsutsui DBG=		-Os -mmemcpy
     12        1.1   tsubai 
     13       1.12  tsutsui CRUNCHBIN=	ramdiskbin
     14       1.19  tsutsui CRUNCHGEN_FLAGS= -d "${DBG}"
     15       1.12  tsutsui LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
     16       1.12  tsutsui MTREECONF=	${DISTRIBDIR}/common/mtree.common
     17       1.12  tsutsui IMAGEENDIAN=	be
     18       1.12  tsutsui MAKEDEVTARGETS=	floppy
     19       1.12  tsutsui IMAGEDEPENDS=	${CRUNCHBIN} \
     20       1.30      roy 		dot.profile \
     21       1.15    lukem 		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx \
     22       1.23    lukem 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     23       1.28      abs 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
     24       1.28      abs 		${DISTRIBDIR}/common/services
     25        1.1   tsubai 
     26       1.16    lukem # Use stubs to eliminate some large stuff from libc
     27       1.16    lukem HACKSRC=	${DISTRIBDIR}/utils/libhack
     28       1.16    lukem .include	"${HACKSRC}/Makefile.inc"
     29       1.16    lukem ${CRUNCHBIN}:	libhack.o
     30       1.16    lukem 
     31       1.12  tsutsui .include "${DISTRIBDIR}/common/Makefile.crunch"
     32       1.12  tsutsui .include "${DISTRIBDIR}/common/Makefile.makedev"
     33       1.12  tsutsui .include "${DISTRIBDIR}/common/Makefile.image"
     34       1.24    lukem 
     35       1.24    lukem release:
     36        1.1   tsubai 
     37        1.8  tsutsui .include <bsd.prog.mk>
     38