29 lines
656 B
Makefile
29 lines
656 B
Makefile
SUBDIR =
|
|
SUBDIR += stable35
|
|
SUBDIR += stable35,ldap
|
|
SUBDIR += stable35,ldap,sasl2
|
|
SUBDIR += stable35,mysql
|
|
SUBDIR += stable35,mysql,sasl2
|
|
SUBDIR += stable35,pgsql
|
|
SUBDIR += stable35,pgsql,sasl2
|
|
SUBDIR += stable35,sasl2
|
|
|
|
SUBDIR += stable
|
|
SUBDIR += stable,ldap
|
|
SUBDIR += stable,ldap,sasl2
|
|
SUBDIR += stable,mysql
|
|
SUBDIR += stable,mysql,sasl2
|
|
SUBDIR += stable,pgsql
|
|
SUBDIR += stable,pgsql,sasl2
|
|
SUBDIR += stable,sasl2
|
|
|
|
SUBDIR += snapshot
|
|
SUBDIR += snapshot,ldap
|
|
SUBDIR += snapshot,ldap,sasl2
|
|
SUBDIR += snapshot,mysql
|
|
SUBDIR += snapshot,mysql,sasl2
|
|
SUBDIR += snapshot,pgsql
|
|
SUBDIR += snapshot,pgsql,sasl2
|
|
SUBDIR += snapshot,sasl2
|
|
|
|
.include <bsd.port.subdir.mk>
|