]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - gnu/lib/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>