blob: 7810171dc0cef5190f9972c45087fa52afd693d9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -ldap2
MASTERDIR= ${.CURDIR}/../exim
WITH_OPENLDAP= yes
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|