summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index c4bc21f69a..74310cf4e3 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,11 +1,10 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.45 2003/07/24 16:54:58 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.46 2003/09/11 17:15:27 momjian Exp $
subdir = contrib
top_builddir = ..
include $(top_builddir)/src/Makefile.global
WANTED_DIRS = \
- array \
btree_gist \
chkpass \
cube \
@@ -44,6 +43,7 @@ WANTED_DIRS = \
vacuumlo
# Missing:
+# array \ (removed all but the README)
# adddepend \ (does not have a makefile)
# ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)