From ede1734cf885854ff63a65ed04ae3a3a577d072e Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Mon, 30 Jun 2003 20:02:53 +0000
Subject: [PATCH] Update contrib/Makefile's list of subdirectories that it does
 not try to build.

---
 contrib/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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)