Merge remote-tracking branch 'origin/vendor/LDNS'
[dragonfly.git] / gnu / usr.bin / cc80 / cc_tools / Makefile
1 # Both libraries must be built before "tools"
2 # Just don't define SUBDIR_ORDERED and it will build serially, correctly
3
4 .if defined(LIBGCC_ONLY)
5 SUBDIR=  libiberty tools
6 .else
7 SUBDIR=  libcpp libiberty tools
8 .endif
9
10 .include <bsd.obj.mk>