Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.24.4.1
      1  1.24.4.1    bouyer #	$NetBSD: Makefile,v 1.24.4.1 2017/04/21 16:51:08 bouyer Exp $
      2       1.1   tsutsui 
      3       1.1   tsutsui .include <bsd.own.mk>
      4       1.7     lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5       1.1   tsutsui 
      6       1.1   tsutsui IMAGE=		ramdisk.fs
      7      1.24  christos IMAGESIZE=	2860k
      8  1.24.4.1    bouyer MAKEFS_FLAGS+=	-f 15
      9       1.1   tsutsui 
     10       1.1   tsutsui WARNS=		1
     11      1.23     joerg DBG=		-Os -mmemcpy -fno-unwind-tables
     12       1.1   tsutsui 
     13       1.1   tsutsui CRUNCHBIN=	ramdiskbin
     14       1.3   tsutsui CRUNCHGEN_FLAGS= -d "${DBG}"
     15      1.16   tsutsui LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en
     16       1.1   tsutsui MTREECONF=	${DISTRIBDIR}/common/mtree.common
     17       1.1   tsutsui IMAGEENDIAN=	le
     18       1.1   tsutsui MAKEDEVTARGETS=	minimal
     19       1.1   tsutsui IMAGEDEPENDS=	${CRUNCHBIN} \
     20      1.15   tsutsui 		dot.profile \
     21       1.5     lukem 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     22      1.18       abs 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
     23      1.21       roy 		${DISTRIBDIR}/common/services
     24      1.10     lukem SMALLPROG_INET6=1
     25       1.1   tsutsui 
     26       1.1   tsutsui # Use stubs to eliminate some large stuff from libc
     27       1.1   tsutsui HACKSRC=	${DISTRIBDIR}/utils/libhack
     28       1.1   tsutsui .include	"${HACKSRC}/Makefile.inc"
     29       1.1   tsutsui ${CRUNCHBIN}:	libhack.o
     30       1.1   tsutsui 
     31       1.1   tsutsui .include "${DISTRIBDIR}/common/Makefile.crunch"
     32       1.1   tsutsui .include "${DISTRIBDIR}/common/Makefile.makedev"
     33       1.1   tsutsui .include "${DISTRIBDIR}/common/Makefile.image"
     34       1.7     lukem 
     35       1.7     lukem release:
     36       1.1   tsutsui 
     37       1.1   tsutsui .include <bsd.prog.mk>
     38