8 lines
102 B
Makefile
8 lines
102 B
Makefile
SUBDIR =
|
|
SUBDIR += binutils
|
|
SUBDIR += gcc
|
|
SUBDIR += gdb
|
|
SUBDIR += libc
|
|
|
|
.include <bsd.port.subdir.mk>
|