gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / usr.bin / cc50 / backends / programs / Makefile
1 # These backends can be built in parallel
2
3 SUBDIR_ORDERED=         # maximum parallelism
4
5 SUBDIR+=        cc1
6 SUBDIR+=        cc1plus
7 SUBDIR+=        cc1obj
8 SUBDIR+=        lto1
9
10 .if ! defined (BOOTSTRAPPING)
11 SUBDIR+=        lto-wrapper
12 .endif
13
14 .include <bsd.subdir.mk>