1 # $NetBSD: Makefile,v 1.7 2009/09/20 22:50:50 abs Exp $
4 .
include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
11 # DBG= -Os -mmultiple -mstring
14 CRUNCHGEN_FLAGS
= -d
"${DBG}"
15 LISTS
= ${.CURDIR
}/list
${DISTRIBDIR}/common
/list.sysinst
16 MTREECONF
= ${DISTRIBDIR}/common
/mtree.common
19 IMAGEDEPENDS
= ${CRUNCHBIN} \
20 dot.profile
${DISTRIBDIR}/common
/termcap \
21 ${NETBSDSRCDIR}/etc
/group
${NETBSDSRCDIR}/etc
/master.passwd \
22 ${NETBSDSRCDIR}/etc
/netconfig
${DISTRIBDIR}/common
/protocols \
23 ${DISTRIBDIR}/common
/services
26 .if
${USE_INET6} != "no"
27 LISTS
+= ${DISTRIBDIR}/common
/list.inet6
30 # Use stubs to eliminate some large stuff from libc
31 HACKSRC
= ${DISTRIBDIR}/utils
/libhack
32 .
include "${HACKSRC}/Makefile.inc"
33 ${CRUNCHBIN}: libhack.o
35 .
include "${DISTRIBDIR}/common/Makefile.crunch"
36 .
include "${DISTRIBDIR}/common/Makefile.makedev"
37 .
include "${DISTRIBDIR}/common/Makefile.image"
41 .
include <bsd.prog.mk
>