232deb7215
as an optional flavour now that sqlite is in base. From Brad.
17 lines
328 B
Makefile
17 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.48 2012/05/16 14:40:08 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += stable
|
|
SUBDIR += stable,ldap
|
|
SUBDIR += stable,mysql
|
|
SUBDIR += stable,pgsql
|
|
SUBDIR += stable,sasl2
|
|
|
|
SUBDIR += snapshot
|
|
SUBDIR += snapshot,ldap
|
|
SUBDIR += snapshot,mysql
|
|
SUBDIR += snapshot,pgsql
|
|
SUBDIR += snapshot,sasl2
|
|
|
|
.include <bsd.port.subdir.mk>
|