summaryrefslogtreecommitdiff
path: root/databases/openldap-client
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-client
parentf2d9a1c52ffc6b43e15cac3faf151a5f49b4cea1 (diff)
downloadpkgsrc-d5d04d0385ae1863989fc6806e838094a30c7016.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"