diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 01:19:59 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 01:19:59 +0000 |
commit | eddd1e9d253076339b3d341f7cfb6890a1026be2 (patch) | |
tree | 45954da6a191b2757331a8d642d86dd452537928 /databases/Makefile | |
parent | 29456aea6e3314d36b7e628cb2912700c7f94116 (diff) |
A C implementation of the stored procedure written in plpgsql that's bundled
with OpenNMS, this is the preferred version for use as is offers better
performance
WWW: http://www.opennms.org/wiki/IPLIKE
PR: ports/142581
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk>
Notes
Notes:
svn path=/head/; revision=247661
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index f27c165d024c..bf4f8d99dbca 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -106,6 +106,7 @@ SUBDIR += innotop SUBDIR += ip4r SUBDIR += ipa_sdb + SUBDIR += iplike SUBDIR += isql-viewer SUBDIR += jakarta-commons-dbutils SUBDIR += jasperreports |