14 lines
305 B
Makefile
14 lines
305 B
Makefile
SUBDIR =
|
|
SUBDIR += bctoolbox
|
|
#SUBDIR += bcunit # not linked to the build; circular dependency with bctoolbox
|
|
SUBDIR += belcard
|
|
SUBDIR += belle-sip
|
|
SUBDIR += belr
|
|
SUBDIR += bzrtp
|
|
SUBDIR += liblinphone
|
|
SUBDIR += linphone-desktop
|
|
SUBDIR += mediastreamer2
|
|
SUBDIR += ortp
|
|
|
|
.include <bsd.port.subdir.mk>
|