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