summaryrefslogtreecommitdiff
path: root/databases/openldap1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/openldap1/Makefile')
-rw-r--r--databases/openldap1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap1/Makefile b/databases/openldap1/Makefile
index 600f50a20d8..73f86a6e91e 100644
--- a/databases/openldap1/Makefile
+++ b/databases/openldap1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/08/25 19:22:08 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/23 17:34:38 tsarna Exp $
#
DISTNAME= openldap-1.2.13
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --enable-shell
CONFIGURE_ARGS+= --enable-wrappers
.endif
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
.include "../../databases/db/buildlink.mk"
CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2
LIBS= -ldb2 -lpthread -lrt