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