Cross Reference: Makefile
xref: /src/distrib/zaurus/ramdisk/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/zaurus/ramdisk/
Makefile revision 1.18
11.18Smartin#	$NetBSD: Makefile,v 1.18 2015/07/17 19:32:48 martin Exp $
21.1Schris
31.1Schris.include <bsd.own.mk>
41.1Schris.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
51.1Schris
61.1SchrisIMAGE=		ramdisk.fs
71.18SmartinIMAGESIZE=	2350k
81.1SchrisMAKEFS_FLAGS=	-f 14
91.1Schris
101.1SchrisWARNS=		1
111.13StsutsuiDBG=		-Os
121.1Schris
131.1SchrisCRUNCHBIN=	ramdiskbin
141.1SchrisLISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
151.1SchrisMTREECONF=	${DISTRIBDIR}/common/mtree.common
161.1SchrisIMAGEENDIAN=	le
171.1SchrisMAKEDEVTARGETS=	ramdisk
181.1SchrisIMAGEDEPENDS=	${CRUNCHBIN} \
191.7Sabs		dot.profile \
201.1Schris		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
211.6Sabs		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
221.11Sroy		${DISTRIBDIR}/common/services
231.1Schris
241.1Schris.if ${USE_INET6} != "no"
251.8SabsLISTS+=		${DISTRIBDIR}/common/list.inet6
261.1Schris.endif
271.1Schris
281.1Schris# Use stubs to eliminate some large stuff from libc
291.1SchrisHACKSRC=	${DISTRIBDIR}/utils/libhack
301.1Schris.include	"${HACKSRC}/Makefile.inc"
311.1Schris${CRUNCHBIN}:	libhack.o
321.1Schris
331.1Schris.include "${DISTRIBDIR}/common/Makefile.crunch"
341.4Sjoerg.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
351.1Schris.include "${DISTRIBDIR}/common/Makefile.makedev"
361.1Schris.include "${DISTRIBDIR}/common/Makefile.image"
371.1Schris
381.1Schrisrelease:
391.1Schris
401.1Schris.include <bsd.prog.mk>
41

Indexes created Fri Dec 19 21:09:44 GMT 2025