]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/lib/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>