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
Improve the process for GNU tools
[minix3.git]
/
external
/
gpl3
/
gcc
/
Makefile
blob
d8b72cbbb0776315371c24942b86a6e73cd6a311
1
# $NetBSD: Makefile,v 1.2 2015/01/05 01:52:23 mrg Exp $
2
3
SUBDIR
+=
lib
4
5
.
include
<
bsd.own.mk
>
6
7
.if
${
MKGCCCMDS
} !=
"no"
8
SUBDIR
+=
.WAIT usr.bin
9
.
endif
10
11
.
include
<
bsd.subdir.mk
>