18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.36 2002/12/25 11:53:25 jakob Exp $
|
|
|
|
SUBDIR+= stable
|
|
SUBDIR+= stable,ldap
|
|
SUBDIR+= stable,mysql
|
|
SUBDIR+= stable,pcre
|
|
SUBDIR+= stable,tls
|
|
SUBDIR+= stable,tls,sasl2
|
|
|
|
SUBDIR+= snapshot
|
|
SUBDIR+= snapshot,ldap
|
|
SUBDIR+= snapshot,mysql
|
|
SUBDIR+= snapshot,pcre
|
|
SUBDIR+= snapshot,tls
|
|
SUBDIR+= snapshot,tls,sasl2
|
|
|
|
.include <bsd.port.subdir.mk>
|