release.sh changes & fixes
[minix3.git] / external / gpl3 / Makefile
blob1d455c3d08609529475acec63474f29faf249fe3
1 # $NetBSD: Makefile,v 1.8 2013/10/31 17:28:10 christos Exp $
3 .include <bsd.own.mk>
5 .if ${MKBINUTILS} != "no"
6 SUBDIR+= binutils
7 .endif
9 .if ${MKGCC} != "no"
10 .if ${HAVE_GCC} >= 45
11 .if ${MKGCCCMDS} != "no"
12 SUBDIR+= gcc
13 .endif
14 .endif
15 .endif
17 .if ${MKGDB} != "no"
18 .if ${HAVE_GDB} == "7"
19 SUBDIR+= gdb
20 .endif
21 .endif
23 .include <bsd.subdir.mk>