repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
lib
/
Makefile
blob
a7c9cc9d50025c386b655b55a2d908e4e2eccd9a
1
# $NetBSD$
2
3
.
include
<
bsd.own.mk
>
4
5
.if
${
MKGCC
} !=
"no"
6
SUBDIR
+=
crtstuff4 libgcc4 libobjc4
7
.if
${
MKCXX
} !=
"no"
8
SUBDIR
+=
libsupc
++
4
libstdc
++-
v3_4
9
.
endif
10
.
endif
11
12
SUBDIR
+=
libmalloc
13
14
.
include
<
bsd.subdir.mk
>