9 lines
153 B
Makefile
9 lines
153 B
Makefile
SUBDIR =
|
|
SUBDIR += binutils
|
|
SUBDIR += binutils,aarch64
|
|
SUBDIR += gcc
|
|
SUBDIR += gcc,aarch64
|
|
SUBDIR += gdb
|
|
SUBDIR += newlib
|
|
|
|
.include <bsd.port.subdir.mk>
|