23 lines
509 B
Makefile
23 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.49 2014/11/17 15:26:53 giovanni Exp $
|
|
|
|
SUBDIR =
|
|
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>
|