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