Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.13
      1  1.13  tsutsui #	$NetBSD: Makefile,v 1.13 2011/05/06 18:33:59 tsutsui 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.12   nonaka IMAGESIZE=	2144k
      8   1.1    chris MAKEFS_FLAGS=	-f 14
      9   1.1    chris 
     10   1.1    chris WARNS=		1
     11  1.13  tsutsui DBG=		-Os
     12   1.1    chris 
     13   1.1    chris CRUNCHBIN=	ramdiskbin
     14   1.1    chris LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
     15   1.1    chris MTREECONF=	${DISTRIBDIR}/common/mtree.common
     16   1.1    chris IMAGEENDIAN=	le
     17   1.1    chris MAKEDEVTARGETS=	ramdisk
     18   1.1    chris IMAGEDEPENDS=	${CRUNCHBIN} \
     19   1.7      abs 		dot.profile \
     20   1.1    chris 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     21   1.6      abs 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
     22  1.11      roy 		${DISTRIBDIR}/common/services
     23   1.1    chris 
     24   1.1    chris .if ${USE_INET6} != "no"
     25   1.8      abs LISTS+=		${DISTRIBDIR}/common/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