diff options
-rw-r--r-- | databases/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 2dde5d06c1d0..94d6bb7a7370 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1997/04/10 19:21:29 scrappy Exp $ +# $Id: Makefile,v 1.16 1997/06/13 17:54:40 jfitz Exp $ # SUBDIR += db SUBDIR += exodus @@ -6,9 +6,13 @@ SUBDIR += gnats SUBDIR += msql SUBDIR += msql-beta + SUBDIR += mysql SUBDIR += p5-DBD-mSQL + SUBDIR += p5-DBD-mysql + SUBDIR += p5-DBD-Pg SUBDIR += p5-DBI SUBDIR += p5-Msql + SUBDIR += p5-Mysql SUBDIR += p5-Pg SUBDIR += postgresql SUBDIR += typhoon |