summaryrefslogtreecommitdiff
path: root/external/gpl3/Makefile
blob: 7ea6cbbbb1a4cb8c4abced4a3c7e66686463ab2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.15 2015/09/17 09:34:20 skrll Exp $

.include <bsd.own.mk>

.if ${MKBINUTILS} != "no"
SUBDIR+=	binutils
.endif

.if ${MKGCC} != "no"
SUBDIR+=	${EXTERNAL_GCC_SUBDIR}
.endif

.if ${MKGDB} != "no"
SUBDIR+=        gdb
.endif

.include <bsd.subdir.mk>