12 lines
291 B
Makefile
12 lines
291 B
Makefile
# $OpenBSD: Makefile,v 1.2 2015/09/06 08:29:59 jasper Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core,${FLAVOR}
|
|
SUBDIR += expectations,${FLAVOR}
|
|
SUBDIR += its,${FLAVOR}
|
|
SUBDIR += mocks,${FLAVOR}
|
|
SUBDIR += rspec,${FLAVOR}
|
|
SUBDIR += support,${FLAVOR}
|
|
|
|
.include <bsd.port.subdir.mk>
|