9 lines
132 B
Makefile
9 lines
132 B
Makefile
SUBDIR =
|
|
SUBDIR += binutils
|
|
SUBDIR += gcc
|
|
SUBDIR += gcc-bootstrap
|
|
SUBDIR += headers
|
|
SUBDIR += newlib
|
|
|
|
.include <bsd.port.subdir.mk>
|