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