diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-22 22:56:29 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-22 22:56:29 +0000 |
| commit | d20763dbee7cdf8a700bf6bdd120b3913a3b99f4 (patch) | |
| tree | 5cb9ed9ba10cdbac226fd6b96ac02a2cc5a543a8 /contrib/mysql/Makefile | |
| parent | 4cc7a93d220644ae068ce2639b961db6764a68f6 (diff) | |
| download | postgresql-d20763dbee7cdf8a700bf6bdd120b3913a3b99f4.tar.gz | |
Remove contrib modules that have been agreed to be obsolete.
(There are more that will be removed once they've been copied to
pgfoundry.org.)
Diffstat (limited to 'contrib/mysql/Makefile')
| -rw-r--r-- | contrib/mysql/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/mysql/Makefile b/contrib/mysql/Makefile deleted file mode 100644 index 13d4c2b226..0000000000 --- a/contrib/mysql/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# mysql conversion Perl scripts -# $PostgreSQL: pgsql/contrib/mysql/Makefile,v 1.1 2004/11/04 06:09:21 neilc Exp $ - -MODULES = -SCRIPTS = my2pg.pl mysql2pgsql -DOCS = README.mysql - -ifdef USE_PGXS -PGXS = $(shell pg_config --pgxs) -include $(PGXS) -else -subdir = contrib/mysql -top_builddir = ../.. -include $(top_builddir)/src/Makefile.global -include $(top_srcdir)/contrib/contrib-global.mk -endif |
