summaryrefslogtreecommitdiff
path: root/databases/openldap-client
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-02 22:02:33 +0000
committerjoerg <joerg>2006-06-02 22:02:33 +0000
commit26cd851cf6d2eccb061eaf144470947fa7415561 (patch)
tree349605caaa130147e8477777f96df01fa9503d03 /databases/openldap-client
parent948a8dfe591a3e949f99040b3050ac25f9d3cbd8 (diff)
downloadpkgsrc-26cd851cf6d2eccb061eaf144470947fa7415561.tar.gz
Include options.mk in -client and -server, but not the common
Makefile.
Diffstat (limited to 'databases/openldap-client')
-rw-r--r--databases/openldap-client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/openldap-client/Makefile b/databases/openldap-client/Makefile
index f83dba79aa2..2c894d0c738 100644
--- a/databases/openldap-client/Makefile
+++ b/databases/openldap-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/31 18:18:34 ghen Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/02 22:02:33 joerg Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
COMMENT= Lightweight Directory Access Protocol libraries and client programs
@@ -16,5 +16,7 @@ BUILD_DEFS+= OPENLDAP_ETCDIR
CNFS= ldap.conf
+.include "options.mk"
+
.include "../../databases/openldap/Makefile.common"
.include "../../mk/bsd.pkg.mk"