diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-18 19:41:11 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-18 19:41:11 +0000 |
commit | 476525aeb89e4f3af19acca60abdb62eb4d14c63 (patch) | |
tree | a9c0c1f9976c705eeae55f1f6a0ad7a43babf629 /databases | |
parent | f07fad403316726ca49f4e5e79e77ec034c95c6c (diff) | |
download | ports-476525aeb89e4f3af19acca60abdb62eb4d14c63.tar.gz ports-476525aeb89e4f3af19acca60abdb62eb4d14c63.zip |
Notes
Diffstat (limited to 'databases')
-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 |