diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-03-25 04:40:29 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-03-25 04:40:29 +0000 |
commit | 2d1a92a62d8a1d225b30f1703dcb651743c39aa6 (patch) | |
tree | 76cfaa298e835177c618bdc669dfb5edee34a098 /databases/Makefile | |
parent | Share c2ps with the world. (diff) |
Add msql-beta.
Notes
Notes:
svn path=/head/; revision=5993
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 4ccc2c25f1db..427fbb338b09 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.11 1996/10/24 08:59:35 jfitz Exp $ +# $Id: Makefile,v 1.12 1996/12/12 02:41:29 erich Exp $ # SUBDIR += exodus SUBDIR += gdbm SUBDIR += gnats SUBDIR += msql + SUBDIR += msql-beta SUBDIR += p5-DBD-mSQL SUBDIR += p5-DBI SUBDIR += p5-Msql |