diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 22:02:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 22:02:33 +0000 |
commit | d5d04d0385ae1863989fc6806e838094a30c7016 (patch) | |
tree | 349605caaa130147e8477777f96df01fa9503d03 /databases/openldap-server/Makefile | |
parent | f2d9a1c52ffc6b43e15cac3faf151a5f49b4cea1 (diff) | |
download | pkgsrc-d5d04d0385ae1863989fc6806e838094a30c7016.tar.gz |
Include options.mk in -client and -server, but not the common
Makefile.
Diffstat (limited to 'databases/openldap-server/Makefile')
-rw-r--r-- | databases/openldap-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/openldap-server/Makefile b/databases/openldap-server/Makefile index bf89d3cca52..28aa622149f 100644 --- a/databases/openldap-server/Makefile +++ b/databases/openldap-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/31 18:18:36 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/02 22:02:33 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} COMMENT= Lightweight Directory Access Protocol server suite @@ -70,6 +70,8 @@ MESSAGE_SUBST+= OPENLDAP_ETCDIR=${OPENLDAP_ETCDIR:Q} MESSAGE_SUBST+= CHOWN=${CHOWN} MESSAGE_SUBST+= CHMOD=${CHMOD} +.include "options.mk" + .include "../../databases/openldap/Makefile.common" CONF_FILES_PERMS+= ${EGDIR}/DB_CONFIG ${OPENLDAP_VARDIR}/openldap-data/DB_CONFIG ${OPENLDAP_FILEPERMS} |