2016-01-26 20:48:56 +03:00
|
|
|
# $NetBSD: Makefile,v 1.17 2016/01/26 17:48:56 christos Exp $
|
2009-08-21 10:54:01 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2011-10-31 12:14:43 +04:00
|
|
|
.if ${MKBINUTILS} != "no"
|
2016-01-26 20:48:56 +03:00
|
|
|
SUBDIR+= ${EXTERNAL_BINUTILS_SUBDIR}
|
2009-08-21 10:54:01 +04:00
|
|
|
.endif
|
|
|
|
|
2012-08-10 20:05:26 +04:00
|
|
|
.if ${MKGCC} != "no"
|
2014-02-26 13:54:32 +04:00
|
|
|
SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
|
2011-06-21 08:52:49 +04:00
|
|
|
.endif
|
|
|
|
|
2011-10-09 01:52:15 +04:00
|
|
|
.if ${MKGDB} != "no"
|
2016-01-26 20:48:56 +03:00
|
|
|
SUBDIR+= ${EXTERNAL_GDB_SUBDIR}
|
2011-10-09 01:52:15 +04:00
|
|
|
.endif
|
|
|
|
|
2009-08-21 10:54:01 +04:00
|
|
|
.include <bsd.subdir.mk>
|