|
1 | | -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.43 2003/06/3019:58:57 tgl Exp $ |
| 1 | +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.44 2003/06/3020:02:53 tgl Exp $ |
2 | 2 |
|
3 | 3 | subdir = contrib |
4 | 4 | top_builddir = .. |
@@ -43,11 +43,14 @@ WANTED_DIRS = \ |
43 | 43 | vacuumlo |
44 | 44 |
|
45 | 45 | # Missing: |
| 46 | +#adddepend\ (does not have a makefile) |
46 | 47 | #ipc_check\ (does not have a makefile) |
47 | 48 | #mSQL-interface\ (requires msql installed) |
48 | 49 | #mac\ (does not have a makefile) |
49 | 50 | #mysql\ (does not have a makefile) |
50 | 51 | #oracle\ (does not have a makefile) |
| 52 | +#pg_upgrade\ (does not have a makefile) |
| 53 | +#reindexdb\ (does not have a makefile) |
51 | 54 | #start-scripts\ (does not have a makefile) |
52 | 55 | #tools\ (does not have a makefile) |
53 | 56 | #xml\ (non-standard makefile) |
|