Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.11
      1  1.11     roy #	$NetBSD: Makefile,v 1.11 2010/02/11 09:06:51 roy 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.7     abs 		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.11     roy 		${DISTRIBDIR}/common/services
     22   1.1   chris 
     23   1.1   chris .if ${USE_INET6} != "no"
     24   1.8     abs LISTS+=		${DISTRIBDIR}/common/list.inet6
     25   1.1   chris .endif
     26   1.1   chris 
     27   1.1   chris # Use stubs to eliminate some large stuff from libc
     28   1.1   chris HACKSRC=	${DISTRIBDIR}/utils/libhack
     29   1.1   chris .include	"${HACKSRC}/Makefile.inc"
     30   1.1   chris ${CRUNCHBIN}:	libhack.o
     31   1.1   chris 
     32   1.1   chris .include "${DISTRIBDIR}/common/Makefile.crunch"
     33   1.4   joerg .include "${DISTRIBDIR}/common/Makefile.dhcpcd"
     34   1.1   chris .include "${DISTRIBDIR}/common/Makefile.makedev"
     35   1.1   chris .include "${DISTRIBDIR}/common/Makefile.image"
     36   1.1   chris 
     37   1.1   chris release:
     38   1.1   chris 
     39   1.1   chris .include <bsd.prog.mk>
     40