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
VM: make mapping types explicit
[minix3.git]
/
external
/
gpl3
/
Makefile
blob
e25a11e98cca5f31258bcd437e6a5e1df57c12e1
1
# $NetBSD: Makefile,v 1.6 2011/10/31 08:14:44 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.if
${
MKBINUTILS
} !=
"no"
6
SUBDIR
+=
binutils
7
.
endif
8
9
.if
${
HAVE_GCC
} ==
45
10
.if
${
MKGCCCMDS
} !=
"no"
11
SUBDIR
+=
gcc
12
.
endif
13
.
endif
14
15
.if
${
MKGDB
} !=
"no"
16
.if
${
HAVE_GDB
} ==
"7"
17
SUBDIR
+=
gdb
18
.
endif
19
.
endif
20
21
.
include
<
bsd.subdir.mk
>