summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-02 22:02:33 +0000
committerjoerg <joerg>2006-06-02 22:02:33 +0000
commit07ff340eedc97cf841fc8923705a1cc8add3b5df (patch)
tree349605caaa130147e8477777f96df01fa9503d03 /databases/openldap
parent59edd4395dbc5aa8a6c5132a6245404b06c3ba71 (diff)
downloadpkgsrc-07ff340eedc97cf841fc8923705a1cc8add3b5df.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"