repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release.sh changes & fixes
[minix3.git]
/
external
/
gpl3
/
Makefile
blob
1d455c3d08609529475acec63474f29faf249fe3
1
# $NetBSD: Makefile,v 1.8 2013/10/31 17:28:10 christos 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
>