1 # $NetBSD: Makefile,v 1.3 2009/09/20 22:50:51 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} \
21 ${DESTDIR}/usr
/mdec
/boot
${DESTDIR}/usr
/mdec
/mkbootimage \
22 ${NETBSDSRCDIR}/etc
/group
${NETBSDSRCDIR}/etc
/master.passwd \
23 ${NETBSDSRCDIR}/etc
/netconfig \
24 ${DISTRIBDIR}/common
/protocols \
25 ${DISTRIBDIR}/common
/services \
26 ${DISTRIBDIR}/common
/termcap
29 .if
${USE_INET6} != "no"
30 LISTS
+= ${DISTRIBDIR}/common
/list.inet6
33 # Use stubs to eliminate some large stuff from libc
34 HACKSRC
= ${DISTRIBDIR}/utils
/libhack
35 .
include "${HACKSRC}/Makefile.inc"
36 ${CRUNCHBIN}: libhack.o
38 .
include "${DISTRIBDIR}/common/Makefile.crunch"
39 .
include "${DISTRIBDIR}/common/Makefile.makedev"
40 .
include "${DISTRIBDIR}/common/Makefile.image"
44 .
include <bsd.prog.mk
>