2014-06-15 00:49:36 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2014/06/14 20:49:36 mrg Exp $
|
2009-08-21 10:54:01 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2011-10-31 12:14:43 +04:00
|
|
|
.if ${MKBINUTILS} != "no"
|
2009-08-21 10:54:01 +04:00
|
|
|
SUBDIR+= binutils
|
|
|
|
.endif
|
|
|
|
|
2012-08-10 20:05:26 +04:00
|
|
|
.if ${MKGCC} != "no"
|
2011-06-21 08:52:49 +04:00
|
|
|
.if ${MKGCCCMDS} != "no"
|
2014-02-26 13:54:32 +04:00
|
|
|
SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
|
2011-06-21 08:52:49 +04:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
2011-10-09 01:52:15 +04:00
|
|
|
.if ${MKGDB} != "no"
|
|
|
|
.if ${HAVE_GDB} == "7"
|
|
|
|
SUBDIR+= gdb
|
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
2009-08-21 10:54:01 +04:00
|
|
|
.include <bsd.subdir.mk>
|