xref: /freebsd/gnu/lib/Makefile (revision 884a2a699669ec61e2366e3e358342dbc94be24a)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5SUBDIR= 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"
11SUBDIR+= libstdc++ libsupc++
12.endif
13
14.include <bsd.subdir.mk>
15