diff -ruN postgresql-7.4.13-old/contrib/Makefile postgresql-7.4.13/contrib/Makefile
--- postgresql-7.4.13-old/contrib/Makefile	2003-09-11 19:15:27.000000000 +0200
+++ postgresql-7.4.13/contrib/Makefile	2004-11-01 00:05:46.244838384 +0100
@@ -22,6 +22,7 @@
 		lo		\
 		ltree		\
 		miscutil	\
+		mysql		\
 		noupdate	\
 		oid2name	\
 		pg_autovacuum	\
@@ -48,7 +49,6 @@
 #		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)
diff -ruN postgresql-7.4.13-old/contrib/mysql/Makefile postgresql-7.4.13/contrib/mysql/Makefile
--- postgresql-7.4.13-old/contrib/mysql/Makefile	1970-01-01 01:00:00.000000000 +0100
+++ postgresql-7.4.13/contrib/mysql/Makefile	2004-11-01 00:06:19.473786816 +0100
@@ -0,0 +1,12 @@
+# mysql conversion Perl scripts
+
+subdir = contrib/mysql
+top_builddir = ../..
+include $(top_builddir)/src/Makefile.global
+
+MODULES =
+SCRIPTS = my2pg.pl  mysql2pgsql
+DOCS = README.mysql
+
+include $(top_srcdir)/contrib/contrib-global.mk
+
diff -ruN postgresql-7.4.13-old/contrib/mysql/mysql2pgsql postgresql-7.4.13/contrib/mysql/mysql2pgsql
--- postgresql-7.4.13-old/contrib/mysql/mysql2pgsql	2001-01-18 08:16:56.000000000 +0100
+++ postgresql-7.4.13/contrib/mysql/mysql2pgsql	2004-11-01 00:07:00.059616832 +0100
@@ -1,4 +1,4 @@
-# -*- perl -*-
+#!/usr/bin/perl -w
 # mysql2pgsql
 # Take a MySQL schema dump and turn it into SQL92 and PostgreSQL form.
 # Thomas Lockhart, (c) 2000, PostgreSQL Inc.
