Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.29.20.1
      1  1.29.20.1       snj #	$NetBSD: Makefile,v 1.29.20.1 2009/01/24 23:06:39 snj Exp $
      2        1.1   tsutsui 
      3       1.19   tsutsui .include <bsd.own.mk>
      4       1.28  jdolecek .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5        1.1   tsutsui 
      6        1.1   tsutsui IMAGE=		ramdisk.fs
      7       1.19   tsutsui IMAGESIZE=	1440k
      8       1.24     lukem MAKEFS_FLAGS=	-f 15
      9        1.1   tsutsui 
     10       1.19   tsutsui WARNS=		1
     11       1.25   tsutsui DBG=		-Os
     12        1.1   tsutsui 
     13       1.19   tsutsui CRUNCHBIN=	ramdiskbin
     14       1.19   tsutsui LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
     15       1.19   tsutsui MTREECONF=	${DISTRIBDIR}/common/mtree.common
     16       1.19   tsutsui IMAGEENDIAN=	be
     17       1.19   tsutsui MAKEDEVTARGETS=	floppy
     18       1.19   tsutsui IMAGEDEPENDS=	${CRUNCHBIN} \
     19       1.19   tsutsui 		dot.profile termcap.src \
     20       1.22     lukem 		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx \
     21       1.26     lukem 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     22  1.29.20.1       snj 		${NETBSDSRCDIR}/etc/netconfig \
     23  1.29.20.1       snj 		${NETBSDSRCDIR}/distrib/common/protocols \
     24       1.29    dogcow 		${NETBSDSRCDIR}/distrib/common/services
     25        1.1   tsutsui 
     26       1.23     lukem # Use stubs to eliminate some large stuff from libc
     27       1.23     lukem HACKSRC=	${DISTRIBDIR}/utils/libhack
     28       1.23     lukem .include	"${HACKSRC}/Makefile.inc"
     29       1.23     lukem ${CRUNCHBIN}:	libhack.o
     30       1.23     lukem 
     31       1.19   tsutsui .include "${DISTRIBDIR}/common/Makefile.crunch"
     32       1.19   tsutsui .include "${DISTRIBDIR}/common/Makefile.makedev"
     33       1.19   tsutsui .include "${DISTRIBDIR}/common/Makefile.image"
     34       1.27     lukem 
     35       1.27     lukem release:
     36        1.1   tsutsui 
     37        1.4   tsutsui .include <bsd.prog.mk>
     38