We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142cb7b commit ede1734Copy full SHA for ede1734
contrib/Makefile
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
subdir = contrib
4
top_builddir = ..
@@ -43,11 +43,14 @@ WANTED_DIRS = \
43
vacuumlo
44
45
# Missing:
46
+# adddepend \ (does not have a makefile)
47
# ipc_check \ (does not have a makefile)
48
# mSQL-interface \ (requires msql installed)
49
# mac \ (does not have a makefile)
50
# mysql \ (does not have a makefile)
51
# oracle \ (does not have a makefile)
52
+# pg_upgrade \ (does not have a makefile)
53
+# reindexdb \ (does not have a makefile)
54
# start-scripts \ (does not have a makefile)
55
# tools \ (does not have a makefile)
56
# xml \ (non-standard makefile)
0 commit comments