summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-06-30 20:02:53 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-06-30 20:02:53 +0000
commitede1734cf885854ff63a65ed04ae3a3a577d072e (patch)
tree6291aa951b3eddb8714044b17a68eea6187b37cf /contrib
parent142cb7b3f434af6e9ab64508ae0cc200467a996a (diff)
downloadpostgresql-ede1734cf885854ff63a65ed04ae3a3a577d072e.tar.gz
Update contrib/Makefile's list of subdirectories that it does not try
to build.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index d9ffcc61de..a666c3f990 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.43 2003/06/30 19:58:57 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.44 2003/06/30 20:02:53 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -43,11 +43,14 @@ WANTED_DIRS = \
vacuumlo
# Missing:
+# adddepend \ (does not have a makefile)
# ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)
# mac \ (does not have a makefile)
# mysql \ (does not have a makefile)
# oracle \ (does not have a makefile)
+# pg_upgrade \ (does not have a makefile)
+# reindexdb \ (does not have a makefile)
# start-scripts \ (does not have a makefile)
# tools \ (does not have a makefile)
# xml \ (non-standard makefile)