Makefile revision 1.18
11.18Slukem#	$NetBSD: Makefile,v 1.18 2002/03/28 03:00:03 lukem 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.18Slukem		disktab.preinstall dot.hdprofile dot.profile \
221.15Sshiba		${.CURDIR}/../../miniroot/termcap \
231.15Sshiba		${NOTESOBJDIR}/INSTALL.more \
241.18Slukem		${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
251.18Slukem		${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
261.15Sshiba		${_SRC_TOP_}/etc/services
271.1Sender
281.1Sender
291.15Sshibarealall: ${IMAGE}
301.1Sender
311.12Sshibarelease:
321.12Sshiba
331.3Sfredb
341.15Sshiba# Use stubs to eliminate some large stuff from libc
351.15SshibaHACKSRC=${DISTRIBDIR}/utils/libhack
361.15Sshiba.include "${HACKSRC}/Makefile.inc"
371.15Sshiba
381.15Sshiba# This is listed in ramdiskbin.conf but is built here.
391.15Sshiba${CRUNCHBIN}: libhack.o
401.15Sshiba
411.15Sshiba
421.15Sshiba.include "${DISTRIBDIR}/common/Makefile.crunch"
431.15Sshiba.include "${DISTRIBDIR}/common/Makefile.makedev"
441.15Sshiba.include "${DISTRIBDIR}/common/Makefile.image"
451.15Sshiba
461.15SshibaPARSELISTENV+=	NOTESOBJDIR=${NOTESOBJDIR}
471.1Sender
481.15Sshiba.include <bsd.prog.mk>
49