1 1.4.4.2 tls # $NetBSD: Makefile,v 1.4.4.2 2014/08/19 23:45:40 tls Exp $ 2 1.4.4.2 tls 3 1.4.4.2 tls .include <bsd.own.mk> 4 1.4.4.2 tls .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.4.4.2 tls 6 1.4.4.2 tls IMAGE= ramdisk.fs 7 1.4.4.2 tls IMAGESIZE= 3000k 8 1.4.4.2 tls MAKEFS_FLAGS= -f 15 9 1.4.4.2 tls 10 1.4.4.2 tls WARNS= 1 11 1.4.4.2 tls 12 1.4.4.2 tls CRUNCHBIN= ramdiskbin 13 1.4.4.2 tls CRUNCHGEN_FLAGS= -d "${DBG}" 14 1.4.4.2 tls LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst 15 1.4.4.2 tls MTREECONF= ${DISTRIBDIR}/common/mtree.common 16 1.4.4.2 tls IMAGEENDIAN= be 17 1.4.4.2 tls MAKEDEVTARGETS= all ipty 18 1.4.4.2 tls IMAGEDEPENDS= ${CRUNCHBIN} \ 19 1.4.4.2 tls dot.profile \ 20 1.4.4.2 tls ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ 21 1.4.4.2 tls ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \ 22 1.4.4.2 tls ${DISTRIBDIR}/common/services 23 1.4.4.2 tls SMALLPROG_INET6=1 24 1.4.4.2 tls 25 1.4.4.2 tls .if ${USE_INET6} != "no" 26 1.4.4.2 tls LISTS+= ${DISTRIBDIR}/common/list.inet6 27 1.4.4.2 tls .endif 28 1.4.4.2 tls 29 1.4.4.2 tls # Use stubs to eliminate some large stuff from libc 30 1.4.4.2 tls HACKSRC= ${DISTRIBDIR}/utils/libhack 31 1.4.4.2 tls .include "${HACKSRC}/Makefile.inc" 32 1.4.4.2 tls ${CRUNCHBIN}: libhack.o 33 1.4.4.2 tls 34 1.4.4.2 tls .include "${DISTRIBDIR}/common/Makefile.dhcpcd" 35 1.4.4.2 tls .include "${DISTRIBDIR}/common/Makefile.crunch" 36 1.4.4.2 tls .include "${DISTRIBDIR}/common/Makefile.makedev" 37 1.4.4.2 tls .include "${DISTRIBDIR}/common/Makefile.image" 38 1.4.4.2 tls 39 1.4.4.2 tls release: 40 1.4.4.2 tls 41 1.4.4.2 tls .include <bsd.prog.mk> 42