10 lines
230 B
Makefile
10 lines
230 B
Makefile
|
SUBDIR =
|
||
|
SUBDIR += core,${FLAVOR}
|
||
|
SUBDIR += expectations,${FLAVOR}
|
||
|
SUBDIR += its,${FLAVOR}
|
||
|
SUBDIR += mocks,${FLAVOR}
|
||
|
SUBDIR += rspec,${FLAVOR}
|
||
|
SUBDIR += support,${FLAVOR}
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|