19 lines
378 B
Makefile
19 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.47 2011/03/06 09:36:29 jakob Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += stable
|
|
SUBDIR += stable,ldap
|
|
SUBDIR += stable,mysql
|
|
SUBDIR += stable,pgsql
|
|
SUBDIR += stable,sasl2
|
|
SUBDIR += stable,sqlite
|
|
|
|
SUBDIR += snapshot
|
|
SUBDIR += snapshot,ldap
|
|
SUBDIR += snapshot,mysql
|
|
SUBDIR += snapshot,pgsql
|
|
SUBDIR += snapshot,sasl2
|
|
SUBDIR += snapshot,sqlite
|
|
|
|
.include <bsd.port.subdir.mk>
|