diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-04 23:32:05 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-04 23:32:05 +0000 |
commit | f12060909c4d8e5202253fa902ef673993cfd0ba (patch) | |
tree | 84d6c5b23b11951590e29e1a0619c42bfd2008d5 /databases | |
parent | New port pgaccess, a _working_ (yuppee, got it to work finally) (diff) |
enabled pgaccess
Notes
Notes:
svn path=/head/; revision=8114
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 95e2ba86fc2b..00b703722ca5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1997/08/30 13:26:53 andreas Exp $ +# $Id: Makefile,v 1.23 1997/09/02 15:10:38 andreas Exp $ # SUBDIR += db SUBDIR += gdbm @@ -11,6 +11,7 @@ SUBDIR += p5-Msql SUBDIR += p5-Mysql SUBDIR += p5-Pg + SUBDIR += pgaccess SUBDIR += postgresql SUBDIR += typhoon SUBDIR += xmbase-grok |