Makefile revision 1.24
11.24Schristos#	$NetBSD: Makefile,v 1.24 2014/08/27 04:30:25 christos Exp $
21.1Sfredette
31.3Sjmc.include <bsd.own.mk>
41.14Slukem.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
51.10Sfredette.include <bsd.kernobj.mk>
61.9Stsutsui
71.11SlukemIMAGE=		ramdisk.fs
81.21SheIMAGESIZE=	600k
91.18SisakiMAKEFS_FLAGS=	-f 15 -o density=2048
101.10Sfredette
111.10SfredetteWARNS=		1
121.10SfredetteDBG=		-Os
131.10Sfredette
141.10SfredetteCRUNCHBIN=	rd_bin
151.11SlukemLISTS=		${.CURDIR}/list
161.11SlukemMTREECONF=	${.CURDIR}/mtree.conf
171.11SlukemIMAGEENDIAN=	be
181.16SjdolecekMAKEDEVTARGETS=	std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
191.10SfredetteIMAGEDEPENDS=	${CRUNCHBIN} \
201.23Sabs		fstab passwd protocols ${DISTRIBDIR}/common/services \
211.22Sabs		sshrc welcome ${NETBSDSRCDIR}/etc/netconfig
221.11Slukem
231.14SlukemMDSETTARGETS=		RAMDISK ramdisk.fs -
241.14SlukemMDSET_RELEASEDIR=	binary/kernel
251.1Sfredette
261.10Sfredette# Use stubs to eliminate some large stuff from libc
271.10SfredetteHACKSRC=	${DISTRIBDIR}/utils/libhack
281.10Sfredette.include	"${HACKSRC}/Makefile.inc"
291.10Sfredette${CRUNCHBIN}:	libhack.o
301.1Sfredette
311.24Schristosfstab: .PHONY
321.24Schristos
331.10Sfredette.include "${DISTRIBDIR}/common/Makefile.crunch"
341.10Sfredette.include "${DISTRIBDIR}/common/Makefile.makedev"
351.10Sfredette.include "${DISTRIBDIR}/common/Makefile.image"
361.11Slukem.include "${DISTRIBDIR}/common/Makefile.mdset"
371.10Sfredette
381.10Sfredette.include <bsd.prog.mk>
39