Makefile revision 1.21
11.21Schristos# $NetBSD: Makefile,v 1.21 2017/01/24 18:04:05 christos Exp $ 21.1Schris 31.1Schris.include <bsd.own.mk> 41.1Schris.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 51.1Schris 61.1SchrisIMAGE= ramdisk.fs 71.19SmartinIMAGESIZE= 2256k 81.21SchristosMAKEFS_FLAGS+= -f 14 91.1Schris 101.1SchrisWARNS= 1 111.13StsutsuiDBG= -Os 121.20SmattDBG+= -mthumb -mthumb-interwork 131.20SmattDBG+= -DNDEBUG 141.1Schris 151.1SchrisCRUNCHBIN= ramdiskbin 161.1SchrisLISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst 171.1SchrisMTREECONF= ${DISTRIBDIR}/common/mtree.common 181.1SchrisIMAGEENDIAN= le 191.1SchrisMAKEDEVTARGETS= ramdisk 201.1SchrisIMAGEDEPENDS= ${CRUNCHBIN} \ 211.7Sabs dot.profile \ 221.1Schris ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ 231.6Sabs ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \ 241.11Sroy ${DISTRIBDIR}/common/services 251.1Schris 261.1Schris.if ${USE_INET6} != "no" 271.8SabsLISTS+= ${DISTRIBDIR}/common/list.inet6 281.1Schris.endif 291.1Schris 301.1Schris# Use stubs to eliminate some large stuff from libc 311.1SchrisHACKSRC= ${DISTRIBDIR}/utils/libhack 321.1Schris.include "${HACKSRC}/Makefile.inc" 331.1Schris${CRUNCHBIN}: libhack.o 341.1Schris 351.1Schris.include "${DISTRIBDIR}/common/Makefile.crunch" 361.4Sjoerg.include "${DISTRIBDIR}/common/Makefile.dhcpcd" 371.1Schris.include "${DISTRIBDIR}/common/Makefile.makedev" 381.1Schris.include "${DISTRIBDIR}/common/Makefile.image" 391.1Schris 401.1Schrisrelease: 411.1Schris 421.1Schris.include <bsd.prog.mk> 43