1# Build in serial
2# incremental dump uses all the same object files as the gold linker
3# except for one, so we reuse them instead of building them twice
4SUBDIR=	gold-linker incremental-dump
5
6SUBDIR_ORDERED= ${SUBDIR}
7
8.include <bsd.subdir.mk>
9