NetBSD/external/gpl3/Makefile

18 lines
311 B
Makefile
Raw Normal View History

2016-01-26 20:48:56 +03:00
# $NetBSD: Makefile,v 1.17 2016/01/26 17:48:56 christos Exp $
.include <bsd.own.mk>
.if ${MKBINUTILS} != "no"
2016-01-26 20:48:56 +03:00
SUBDIR+= ${EXTERNAL_BINUTILS_SUBDIR}
.endif
2012-08-10 20:05:26 +04:00
.if ${MKGCC} != "no"
SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
.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
.include <bsd.subdir.mk>