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