diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-17 22:10:32 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-17 22:10:32 +0000 |
commit | b15f831b1b17f6bdceb44ba02681ce071d8eb485 (patch) | |
tree | b5c9dfb4281e94a3df272a260f58f3e02d106e8f | |
parent | Update to 1.2. (diff) |
Add mysqltutor.
Notes
Notes:
svn path=/head/; revision=17269
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 8216d000a0a8..da020bafdfaf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 1998/11/16 15:48:36 vanilla Exp $ +# $Id: Makefile,v 1.33 1998/12/26 08:52:53 kuriyama Exp $ # SUBDIR += cdb SUBDIR += db @@ -10,6 +10,7 @@ SUBDIR += msql SUBDIR += mysql321 SUBDIR += mysql322 + SUBDIR += mysqltutor SUBDIR += p5-DBD-Pg SUBDIR += p5-DBI SUBDIR += p5-MLDBM |