xref: /dflybsd-src/gnu/lib/gcc80/libstdcxx/components/Makefile (revision 2233c95bde434daa782d51440e2219ed852a02dd)
1# These libstdc++ components can be built in parallel
2
3SUBDIR_ORDERED=
4
5SUBDIR=		libconv_1998
6SUBDIR+=	libconv_2011
7SUBDIR+=	libconv_supc
8
9.include <bsd.subdir.mk>
10