summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-12-12 02:41:29 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-12-12 02:41:29 +0000
commitd6d47664cb608d43b189d0ae656568562dd93f3c (patch)
treeb5c032064c586e881cc841d78abf52772de2372d /databases
parentimport of typhoon, a relational database patterened after (diff)
add typhoon
Notes
Notes: svn path=/head/; revision=4945
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d53f752d7966..4ccc2c25f1db 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1996/10/24 00:02:50 jfitz Exp $
+# $Id: Makefile,v 1.11 1996/10/24 08:59:35 jfitz Exp $
#
SUBDIR += exodus
SUBDIR += gdbm
@@ -9,6 +9,7 @@
SUBDIR += p5-Msql
SUBDIR += p5-Pg
SUBDIR += postgres95
+ SUBDIR += typhoon
SUBDIR += xfsql
.include <bsd.port.subdir.mk>