Makefile revision 1.15
11.15Sshiba#	$NetBSD: Makefile,v 1.15 2002/03/23 16:38:50 shiba Exp $
21.13Sthorpej
31.15Sshiba.include "${.CURDIR}/../../../Makefile.inc"
41.13Sthorpej.include <bsd.own.mk>
51.12Sshiba
61.6Sfredb.ifndef NOTESOBJDIR
71.15SshibaNOTESOBJDIR!=cd ${DISTRIBDIR}/notes/mac68k && ${PRINTOBJDIR}
81.6Sfredb.endif
91.1Sender
101.1SenderIMAGE=		ramdisk.fs
111.15SshibaIMAGESIZE=	2048k
121.1Sender
131.15SshibaWARNS=		1
141.1Sender
151.15SshibaCRUNCHBIN=	ramdiskbin
161.15SshibaLISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
171.15SshibaMTREECONF=	${DISTRIBDIR}/common/mtree.common
181.15SshibaIMAGEENDIAN=	be
191.15SshibaMAKEDEVTARGETS=	raminst
201.15SshibaIMAGEDEPENDS=	${CRUNCHBIN} \
211.15Sshiba		dot.profile dot.hdprofile \
221.15Sshiba		${.CURDIR}/../../miniroot/termcap \
231.15Sshiba		${NOTESOBJDIR}/INSTALL.more \
241.15Sshiba		${_SRC_TOP_}/etc/group \
251.15Sshiba		${_SRC_TOP_}/etc/master.passwd \
261.15Sshiba		${_SRC_TOP_}/etc/protocols \
271.15Sshiba		${_SRC_TOP_}/etc/netconfig \
281.15Sshiba		${_SRC_TOP_}/etc/services
291.1Sender
301.1Sender
311.15Sshibarealall: ${IMAGE}
321.1Sender
331.12Sshibarelease:
341.12Sshiba
351.3Sfredb
361.15Sshiba# Use stubs to eliminate some large stuff from libc
371.15SshibaHACKSRC=${DISTRIBDIR}/utils/libhack
381.15Sshiba.include "${HACKSRC}/Makefile.inc"
391.15Sshiba
401.15Sshiba# Turn off libhack's gethostby*() as it only supports /etc/hosts
411.15SshibaHACKOBJS:=	${HACKOBJS:Ngethost.o}
421.15Sshiba
431.15Sshiba# This is listed in ramdiskbin.conf but is built here.
441.15Sshiba${CRUNCHBIN}: libhack.o
451.15Sshiba
461.15Sshiba
471.15Sshiba.include "${DISTRIBDIR}/common/Makefile.crunch"
481.15Sshiba.include "${DISTRIBDIR}/common/Makefile.makedev"
491.15Sshiba.include "${DISTRIBDIR}/common/Makefile.image"
501.15Sshiba
511.15SshibaPARSELISTENV+=	NOTESOBJDIR=${NOTESOBJDIR}
521.1Sender
531.15Sshiba.include <bsd.prog.mk>
54