NetBSD/external/gpl3/Makefile

24 lines
358 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2014/02/26 09:54:32 mrg Exp $
.include <bsd.own.mk>
.if ${MKBINUTILS} != "no"
SUBDIR+= binutils
.endif
2012-08-10 20:05:26 +04:00
.if ${MKGCC} != "no"
2013-10-31 21:28:10 +04:00
.if ${HAVE_GCC} >= 45
.if ${MKGCCCMDS} != "no"
SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
.endif
.endif
2012-08-10 20:05:26 +04:00
.endif
2011-10-09 01:52:15 +04:00
.if ${MKGDB} != "no"
.if ${HAVE_GDB} == "7"
SUBDIR+= gdb
.endif
.endif
.include <bsd.subdir.mk>