Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.14.4.1
      1  1.14.4.1     matt #	Makefile,v 1.14 2007/05/10 23:22:28 dogcow 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.13  tsutsui IMAGESIZE=	2560k
      8       1.1  tsutsui MAKEFS_FLAGS=	-f 15
      9       1.1  tsutsui 
     10       1.1  tsutsui WARNS=		1
     11      1.12  tsutsui DBG=		-Os -mmemcpy
     12       1.1  tsutsui 
     13       1.1  tsutsui CRUNCHBIN=	ramdiskbin
     14       1.3  tsutsui CRUNCHGEN_FLAGS= -d "${DBG}"
     15  1.14.4.1     matt 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.14.4.1     matt 		dot.profile \
     21       1.5    lukem 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     22       1.5    lukem 		${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \
     23  1.14.4.1     matt 		${NETBSDSRCDIR}/distrib/common/services \
     24  1.14.4.1     matt 		${NETBSDSRCDIR}/distrib/common/termcap.mini
     25      1.10    lukem SMALLPROG_INET6=1
     26       1.1  tsutsui 
     27       1.1  tsutsui # Use stubs to eliminate some large stuff from libc
     28       1.1  tsutsui HACKSRC=	${DISTRIBDIR}/utils/libhack
     29       1.1  tsutsui .include	"${HACKSRC}/Makefile.inc"
     30       1.1  tsutsui ${CRUNCHBIN}:	libhack.o
     31       1.1  tsutsui 
     32       1.1  tsutsui .include "${DISTRIBDIR}/common/Makefile.crunch"
     33       1.1  tsutsui .include "${DISTRIBDIR}/common/Makefile.makedev"
     34       1.1  tsutsui .include "${DISTRIBDIR}/common/Makefile.image"
     35       1.7    lukem 
     36       1.7    lukem release:
     37       1.1  tsutsui 
     38       1.1  tsutsui .include <bsd.prog.mk>
     39