Makefile revision 1.14
11.14Sabs#	$NetBSD: Makefile,v 1.14 2009/09/20 19:49:10 abs Exp $
21.1Srafal
31.1Srafal.include <bsd.own.mk>
41.1Srafal.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
51.1Srafal
61.1SrafalIMAGE=		ramdisk.fs
71.1SrafalIMAGETAR=	diskimage.tgz
81.7SsekiyaIMAGESIZE=	3m
91.2SpookaMAKEFS_FLAGS=	-f 15 -o density=4k
101.1Srafal
111.1SrafalWARNS=		1
121.9StsutsuiDBG=		-Os -mmemcpy
131.1Srafal
141.1SrafalCRUNCHBIN=	ramdiskbin
151.1SrafalCRUNCHGEN_FLAGS= -d "${DBG}"
161.1SrafalLISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
171.1SrafalMTREECONF=	${DISTRIBDIR}/common/mtree.common
181.1SrafalIMAGEENDIAN=	be
191.1SrafalIMAGEDEPENDS=	${CRUNCHBIN} \
201.13Sabs		disktab.preinstall dot.profile \
211.1Srafal		${.CURDIR}/../miniroot/termcap.iris-ansi \
221.6Ssekiya		${DESTDIR}/usr/mdec/aoutboot ${DESTDIR}/usr/mdec/ip2xboot \
231.6Ssekiya		${DESTDIR}/usr/mdec/ip3xboot \
241.1Srafal		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
251.14Sabs		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
261.14Sabs		${DISTRIBDIR}/common/services
271.1Srafal
281.1SrafalIMAGETAR_RELEASEDIR=	installation/netboot
291.1Srafal
301.1Srafal# Use stubs to eliminate some large stuff from libc
311.1SrafalHACKSRC=	${DISTRIBDIR}/utils/libhack
321.1Srafal.include	"${HACKSRC}/Makefile.inc"
331.1Srafal${CRUNCHBIN}:	libhack.o
341.1Srafal
351.1Srafal.include "${DISTRIBDIR}/common/Makefile.crunch"
361.12Sjoerg.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
371.1Srafal.include "${DISTRIBDIR}/common/Makefile.makedev"
381.1Srafal.include "${DISTRIBDIR}/common/Makefile.image"
391.1Srafal
401.1Srafal.include <bsd.prog.mk>
41