aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-01-04 10:18:07 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-01-04 10:18:07 +0000
commitc75c4f7ffac27f5555793731e0c015f22b755d1a (patch)
tree5865d6d830dc4d233e61463deed3670c55883276 /databases/Makefile
parentc3dd4c841337de157bc893e55555f475e6256716 (diff)
Connect MySQL 5.5 to the build.
Notes
Notes: svn path=/head/; revision=247133
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 093bb85540d0..6a55939766c9 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -214,6 +214,9 @@
SUBDIR += mysql54-client
SUBDIR += mysql54-scripts
SUBDIR += mysql54-server
+ SUBDIR += mysql55-client
+ SUBDIR += mysql55-scripts
+ SUBDIR += mysql55-server
SUBDIR += mysql60-client
SUBDIR += mysql60-scripts
SUBDIR += mysql60-server
@@ -304,6 +307,7 @@
SUBDIR += p5-DBD-mysql50
SUBDIR += p5-DBD-mysql51
SUBDIR += p5-DBD-mysql54
+ SUBDIR += p5-DBD-mysql55
SUBDIR += p5-DBD-mysql60
SUBDIR += p5-DBI
SUBDIR += p5-DBI-Shell