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