b675939442
- enable SMTP over SSL/TLS by default - enable IPv6 by default - enable PRE by default - keep sasl2/ldap/mysql/pgsql as flavours
14 lines
267 B
Makefile
14 lines
267 B
Makefile
# $OpenBSD: Makefile,v 1.42 2004/04/25 10:36:39 jakob Exp $
|
|
|
|
SUBDIR+= stable
|
|
SUBDIR+= stable,ldap
|
|
SUBDIR+= stable,mysql
|
|
SUBDIR+= stable,sasl2
|
|
|
|
#SUBDIR+= snapshot
|
|
#SUBDIR+= snapshot,ldap
|
|
#SUBDIR+= snapshot,mysql
|
|
#SUBDIR+= snapshot,sasl2
|
|
|
|
.include <bsd.port.subdir.mk>
|