summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-09-23 22:41:31 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-09-23 22:41:31 +0000
commit67f9fc714792a2f32b5ed4c5d9f063cf0949f18b (patch)
tree0ce6283a7a9d5185407056b09aa7667337ac1129 /databases/Makefile
parentImport of Postgres95, a next-generation DMBS research prototype. (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 '')
-rw-r--r--databases/Makefile3
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>