Makefile revision 1.11
11.11Slukem#	$NetBSD: Makefile,v 1.11 2002/04/26 03:15:15 lukem Exp $
21.1Sfredette
31.1SfredetteTOP=		${.CURDIR}/..
41.1Sfredette
51.3Sjmc.include <bsd.own.mk>
61.10Sfredette.include <bsd.kernobj.mk>
71.10Sfredette.include "${_SRC_TOP_}/distrib/Makefile.inc"
81.9Stsutsui
91.11SlukemIMAGE=		ramdisk.fs
101.10SfredetteIMAGESIZE=	400k
111.10SfredetteMAKEFS_FLAGS=	-f 15 -o minfree=0,optimization=space,density=4096,cpg=20
121.10Sfredette
131.10SfredetteWARNS=		1
141.10SfredetteDBG=		-Os
151.10Sfredette
161.10SfredetteCRUNCHBIN=	rd_bin
171.11SlukemLISTS=		${.CURDIR}/list
181.11SlukemMTREECONF=	${.CURDIR}/mtree.conf
191.11SlukemIMAGEENDIAN=	be
201.10SfredettePARSELISTENV=	TOPDIR=${TOP}
211.10SfredetteMAKEDEVTARGETS=	__ramdisk std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
221.10SfredetteIMAGEDEPENDS=	${CRUNCHBIN} \
231.11Slukem		${TOPDIR}/common/rd.disktab ${TOPDIR}/common/rd.fstab \
241.11Slukem		${TOPDIR}/common/rd.passwd ${TOPDIR}/common/rd.protocols \
251.11Slukem		${TOPDIR}/common/rd.services ${TOPDIR}/common/rd.sshrc \
261.11Slukem		${TOPDIR}/common/rd.welcome \
271.11Slukem		${_SRC_TOP_}/etc/netconfig
281.11Slukem
291.11SlukemMDSETTARGETS=	RAMDISK ramdisk.fs -
301.11SlukemMDSETDIR=	binary/kernel
311.1Sfredette
321.10Sfredette# Use stubs to eliminate some large stuff from libc
331.10SfredetteHACKSRC=	${DISTRIBDIR}/utils/libhack
341.10Sfredette.include	"${HACKSRC}/Makefile.inc"
351.10Sfredette${CRUNCHBIN}:	libhack.o
361.1Sfredette
371.10Sfredette.include "${DISTRIBDIR}/common/Makefile.crunch"
381.10Sfredette.include "${DISTRIBDIR}/common/Makefile.makedev"
391.10Sfredette.include "${DISTRIBDIR}/common/Makefile.image"
401.11Slukem.include "${DISTRIBDIR}/common/Makefile.mdset"
411.10Sfredette
421.10Sfredette.include <bsd.prog.mk>
43