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
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
gpl3
/
Makefile
blob
7ea6cbbbb1a4cb8c4abced4a3c7e66686463ab2a
1
# $NetBSD: Makefile,v 1.15 2015/09/17 09:34:20 skrll Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.if
${
MKBINUTILS
} !=
"no"
6
SUBDIR
+=
binutils
7
.
endif
8
9
.if
${
MKGCC
} !=
"no"
10
SUBDIR
+= ${
EXTERNAL_GCC_SUBDIR
}
11
.
endif
12
13
.if
${
MKGDB
} !=
"no"
14
SUBDIR
+=
gdb
15
.
endif
16
17
.
include
<
bsd.subdir.mk
>