repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: print error locations verbosely
[minix.git]
/
external
/
gpl3
/
Makefile
blob
600035a31cb7d36869331d3a36d5d9aef19ab29f
1
# $NetBSD: Makefile,v 1.7 2012/08/10 16:05:26 joerg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.if
${
MKBINUTILS
} !=
"no"
6
SUBDIR
+=
binutils
7
.
endif
8
9
.if
${
MKGCC
} !=
"no"
10
.if
${
HAVE_GCC
} ==
45
11
.if
${
MKGCCCMDS
} !=
"no"
12
SUBDIR
+=
gcc
13
.
endif
14
.
endif
15
.
endif
16
17
.if
${
MKGDB
} !=
"no"
18
.if
${
HAVE_GDB
} ==
"7"
19
SUBDIR
+=
gdb
20
.
endif
21
.
endif
22
23
.
include
<
bsd.subdir.mk
>