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