]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/lib/Makefile
Reduce diffs with file generated by FSF configure.
[FreeBSD/FreeBSD.git] / gnu / lib / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= csu libgcc libgcov libdialog libregex libreadline
6
7 # libsupc++ uses libstdc++ headers, although 'make includes' should
8 # have taken care of that already.
9 .if ${MK_CXX} != "no"
10 SUBDIR+= libstdc++ libsupc++
11 .endif
12
13 .if ${MK_OBJC} != "no"
14 SUBDIR+= libobjc
15 .endif
16
17 .if ${MK_FORTRAN} != "no"
18 SUBDIR+= libg2c
19 .endif
20
21 .include <bsd.subdir.mk>