Deleted Added
full compact
Makefile (220755) Makefile (227951)
1# $FreeBSD: head/gnu/lib/Makefile 220755 2011-04-17 21:03:23Z dim $
1# $FreeBSD: head/gnu/lib/Makefile 227951 2011-11-24 20:31:06Z fjoe $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5SUBDIR= csu libgcc libgcov libdialog libgomp libodialog libregex libreadline \
6 libssp
5SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline 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>
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>