diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-23 22:41:31 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-23 22:41:31 +0000 |
commit | 67f9fc714792a2f32b5ed4c5d9f063cf0949f18b (patch) | |
tree | 0ce6283a7a9d5185407056b09aa7667337ac1129 /databases | |
parent | 05209f589d590baa306656c97ab8e67dba7d8411 (diff) |
Import of Postgres95, a next-generation DMBS research prototype.
Reviewed by: jfitz@FreeBSD.ORG
Submitted by: Matthew Stein <matt@bdd.net>
Notes
Notes:
svn path=/head/; revision=3850
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 81ba9a0920cc..b095628ec4e9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.6 1996/04/12 06:44:38 asami Exp $ +# $Id: Makefile,v 1.7 1996/09/03 19:42:10 jfitz Exp $ # SUBDIR += exodus SUBDIR += gdbm SUBDIR += gnats SUBDIR += msql + SUBDIR += postgres95 SUBDIR += xfsql .include <bsd.port.subdir.mk> |