repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - SWAP CACHE part 22/many - Fix counter overflow introduced in part 21
[dragonfly.git]
/
gnu
/
lib
/
gcc44
/
Makefile
blob
b36cb03c5fb071f1e95c6b0e3c36aa8e3d6f7286
1
.
include
"Makefile.inc"
2
3
SUBDIR
=
csu libgcc libgcov
4
5
.if
!
defined
(
NO_CXX
)
6
SUBDIR
+=
libsupc
++
libstdc
++
7
.
endif
8
9
.if
!
defined
(
NO_OBJC
)
10
SUBDIR
+=
libobjc
11
.
endif
12
13
.
include
<
bsd.subdir.mk
>