summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-02 22:02:33 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-02 22:02:33 +0000
commitd5d04d0385ae1863989fc6806e838094a30c7016 (patch)
tree349605caaa130147e8477777f96df01fa9503d03 /databases/openldap
parentf2d9a1c52ffc6b43e15cac3faf151a5f49b4cea1 (diff)
downloadpkgsrc-d5d04d0385ae1863989fc6806e838094a30c7016.tar.gz
Include options.mk in -client and -server, but not the common
Makefile.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common
index 7a8bb7be9be..245c3b6ac71 100644
--- a/databases/openldap/Makefile.common
+++ b/databases/openldap/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2006/05/31 18:17:49 ghen Exp $
+# $NetBSD: Makefile.common,v 1.2 2006/06/02 22:02:33 joerg Exp $
DISTNAME= openldap-2.3.23
CATEGORIES= databases
@@ -31,8 +31,6 @@ SLAPD_USER?= slapd
SLURPD_USER?= slurpd
LDAP_GROUP?= ldap
-.include "${.CURDIR}/options.mk"
-
# the internal avl_* prototypes conflict with those in <sys/avl.h> which
# is included by another system header file on Solaris, so subst them.
.if ${OPSYS} == "SunOS"