Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.6
      1  1.6     abs #	$NetBSD: Makefile,v 1.6 2009/09/20 19:49:10 abs Exp $
      2  1.1   chris 
      3  1.1   chris .include <bsd.own.mk>
      4  1.1   chris .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1   chris 
      6  1.1   chris IMAGE=		ramdisk.fs
      7  1.2  nonaka IMAGESIZE=	2560k
      8  1.1   chris MAKEFS_FLAGS=	-f 14
      9  1.1   chris 
     10  1.1   chris WARNS=		1
     11  1.1   chris 
     12  1.1   chris CRUNCHBIN=	ramdiskbin
     13  1.1   chris LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
     14  1.1   chris MTREECONF=	${DISTRIBDIR}/common/mtree.common
     15  1.1   chris IMAGEENDIAN=	le
     16  1.1   chris MAKEDEVTARGETS=	ramdisk
     17  1.1   chris IMAGEDEPENDS=	${CRUNCHBIN} \
     18  1.5     abs 		disktab.preinstall dot.profile \
     19  1.1   chris 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     20  1.6     abs 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
     21  1.6     abs 		${DISTRIBDIR}/common/services \
     22  1.1   chris 		${NETBSDSRCDIR}/distrib/common/termcap.mini
     23  1.1   chris 
     24  1.1   chris .if ${USE_INET6} != "no"
     25  1.1   chris LISTS+=		${.CURDIR}/list.inet6
     26  1.1   chris .endif
     27  1.1   chris 
     28  1.1   chris # Use stubs to eliminate some large stuff from libc
     29  1.1   chris HACKSRC=	${DISTRIBDIR}/utils/libhack
     30  1.1   chris .include	"${HACKSRC}/Makefile.inc"
     31  1.1   chris ${CRUNCHBIN}:	libhack.o
     32  1.1   chris 
     33  1.1   chris .include "${DISTRIBDIR}/common/Makefile.crunch"
     34  1.4   joerg .include "${DISTRIBDIR}/common/Makefile.dhcpcd"
     35  1.1   chris .include "${DISTRIBDIR}/common/Makefile.makedev"
     36  1.1   chris .include "${DISTRIBDIR}/common/Makefile.image"
     37  1.1   chris 
     38  1.1   chris release:
     39  1.1   chris 
     40  1.1   chris .include <bsd.prog.mk>
     41