Makefile revision 1.26
11.26Smartin#	$NetBSD: Makefile,v 1.26 2021/03/01 16:50:01 martin 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.25SchristosMAKEFS_FLAGS+=	-f 15 -o density=2048
101.10Sfredette
111.10SfredetteWARNS=		1
121.26SmartinDBG=		-Os -fno-unwind-tables
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.26Smartin.MAKEFLAGS+=	NOIEEE80211=1
291.10Sfredette.include	"${HACKSRC}/Makefile.inc"
301.10Sfredette${CRUNCHBIN}:	libhack.o
311.1Sfredette
321.24Schristosfstab: .PHONY
331.24Schristos
341.10Sfredette.include "${DISTRIBDIR}/common/Makefile.crunch"
351.10Sfredette.include "${DISTRIBDIR}/common/Makefile.makedev"
361.10Sfredette.include "${DISTRIBDIR}/common/Makefile.image"
371.11Slukem.include "${DISTRIBDIR}/common/Makefile.mdset"
381.10Sfredette
391.10Sfredette.include <bsd.prog.mk>
40