xref: /dflybsd-src/gnu/lib/gcc80/libstdcxx/components/Makefile (revision 3f066efb11f901b93185e8a411635ddfc29a0e46)
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