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