21 lines
430 B
Makefile
21 lines
430 B
Makefile
# $OpenBSD: Makefile,v 1.40 2003/11/25 20:57:10 jakob Exp $
|
|
|
|
SUBDIR+= stable
|
|
SUBDIR+= stable,ldap
|
|
SUBDIR+= stable,mysql
|
|
SUBDIR+= stable,pcre
|
|
SUBDIR+= stable,sasl2
|
|
SUBDIR+= stable,tls
|
|
SUBDIR+= stable,tls,sasl2
|
|
SUBDIR+= stable,tls,sasl2,pcre
|
|
|
|
SUBDIR+= snapshot
|
|
SUBDIR+= snapshot,ldap
|
|
SUBDIR+= snapshot,mysql
|
|
SUBDIR+= snapshot,pgsql
|
|
SUBDIR+= snapshot,pcre
|
|
SUBDIR+= snapshot,sasl2
|
|
SUBDIR+= snapshot,tls
|
|
|
|
.include <bsd.port.subdir.mk>
|