9 lines
170 B
Makefile
9 lines
170 B
Makefile
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += expectations
|
|
SUBDIR += its
|
|
SUBDIR += mocks
|
|
SUBDIR += rspec
|
|
SUBDIR += support
|
|
|
|
.include <bsd.port.subdir.mk>
|