]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - gnu/lib/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / gnu / lib / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= csu libgcc libgcov libdialog libgomp libodialog libregex libreadline \
6         libssp
7
8 # libsupc++ uses libstdc++ headers, although 'make includes' should
9 # have taken care of that already.
10 .if ${MK_CXX} != "no"
11 SUBDIR+= libstdc++ libsupc++
12 .endif
13
14 .include <bsd.subdir.mk>