diff options
Diffstat (limited to 'databases/openldap-client/Makefile')
-rw-r--r-- | databases/openldap-client/Makefile | 4 |
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" |