diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-22 04:07:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-22 04:07:02 +0000 |
commit | a9f999407785f3c4acbd0de81bd95e23c7c9563c (patch) | |
tree | 123e38ae0c59133889bc12407f69ed02651b5eb6 /databases | |
parent | 37d25994dc22768a75099452d4c4fa69c0ab40fd (diff) |
- Fix now really INDEX
Notes
Notes:
svn path=/head/; revision=254776
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/Makefile b/databases/Makefile index e59f928b5f63..4e5952721494 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -564,22 +564,22 @@ SUBDIR += postgresql73-server SUBDIR += postgresql74-client SUBDIR += postgresql74-server - SUBDIR += postgresql74-client + SUBDIR += postgresql74-contrib SUBDIR += postgresql80-client SUBDIR += postgresql80-server - SUBDIR += postgresql80-client + SUBDIR += postgresql80-contrib SUBDIR += postgresql81-client SUBDIR += postgresql81-server - SUBDIR += postgresql81-client + SUBDIR += postgresql81-contrib SUBDIR += postgresql82-client SUBDIR += postgresql82-server SUBDIR += postgresql82-contrib SUBDIR += postgresql83-client SUBDIR += postgresql83-server - SUBDIR += postgresql83-client + SUBDIR += postgresql83-contrib SUBDIR += postgresql84-client SUBDIR += postgresql84-server - SUBDIR += postgresql84-client + SUBDIR += postgresql84-contrib SUBDIR += postgresql_autodoc SUBDIR += powerarchitect SUBDIR += ptop |