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
/
gcc
/
Makefile
blob
0116bdb9d306714a5ac51a3d0952251a1573b5c2
1
# $NetBSD: Makefile,v 1.1 2011/06/21 04:53:33 mrg Exp $
2
3
.if
!
defined
(
__MINIX
)
4
SUBDIR
+=
lib .WAIT usr.bin
5
.
else
6
SUBDIR
+=
lib .WAIT
7
.
endif
# !defined(__MINIX)
8
9
.
include
<
bsd.subdir.mk
>