diff options
author | anders <anders@FreeBSD.org> | 2003-09-07 00:56:10 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-09-07 00:56:10 +0000 |
commit | 2f3b840a16e8b04cc725e8abd72d7b66f7415e34 (patch) | |
tree | d3b9c9f2a574d55d6ed12658f765fd99e8190a1d /databases/Makefile | |
parent | 6c84933ff7d79a5bab2d077dba433406f3fd35ee (diff) | |
download | FreeBSD-ports-2f3b840a16e8b04cc725e8abd72d7b66f7415e34.zip FreeBSD-ports-2f3b840a16e8b04cc725e8abd72d7b66f7415e34.tar.gz |
Add mysqlcc, the MySQL Control Center.
PR: 50672
Submitted by: Ferruccio Vitale <vitale@cs.tin.it>
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 ebf3594..7faafc5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -71,6 +71,7 @@ SUBDIR += mysql41-client SUBDIR += mysql41-server SUBDIR += mysql_last_value + SUBDIR += mysqlcc SUBDIR += mysqlman SUBDIR += mysqltcl SUBDIR += mytop |