]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/lib/Makefile
This commit was generated by cvs2svn to compensate for changes in r69216,
[FreeBSD/FreeBSD.git] / gnu / lib / Makefile
1 # $FreeBSD$
2
3 SUBDIR= csu libdialog libgcc libgmp libmp libregex libreadline
4
5 .if !defined(NOLIBC_R)
6 SUBDIR+= libgcc_r
7 .endif
8
9 .if !defined(NO_CXX)
10 SUBDIR+= libstdc++
11 .endif
12
13 .if !defined(NO_OBJC)
14 SUBDIR+= libobjc
15 .endif
16
17 .if !defined(NO_FORTRAN)
18 SUBDIR+= libg2c
19 .endif
20
21 .include <bsd.subdir.mk>