]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/lib/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 .if ${MK_OBJC} != "no"
14 SUBDIR+= libobjc
15 .endif
16
17 .include <bsd.subdir.mk>