mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
--- scripts/Makefile.in.orig Wed May 2 16:43:17 2007
|
|
+++ scripts/Makefile.in Thu May 17 11:11:40 2007
|
|
@@ -355,24 +355,7 @@
|
|
yassl_libs = @yassl_libs@
|
|
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
|
|
zlib_dir = @zlib_dir@
|
|
-bin_SCRIPTS = @server_scripts@ \
|
|
- msql2mysql \
|
|
- mysql_config \
|
|
- mysql_fix_privilege_tables \
|
|
- mysql_fix_extensions \
|
|
- mysql_setpermission \
|
|
- mysql_secure_installation \
|
|
- mysql_zap \
|
|
- mysqlaccess \
|
|
- mysqlbug \
|
|
- mysql_convert_table_format \
|
|
- mysql_find_rows \
|
|
- mysqlhotcopy \
|
|
- mysqldumpslow \
|
|
- mysql_explain_log \
|
|
- mysql_tableinfo \
|
|
- mysql_upgrade_shell \
|
|
- mysqld_multi
|
|
+bin_SCRIPTS =
|
|
|
|
noinst_SCRIPTS = make_binary_distribution \
|
|
make_sharedlib_distribution \
|
|
@@ -407,11 +390,7 @@
|
|
make_win_bin_dist \
|
|
mysql_system_tables_fix.sql
|
|
|
|
-dist_pkgdata_DATA = fill_help_tables.sql \
|
|
- mysql_fix_privilege_tables.sql \
|
|
- mysql_system_tables.sql \
|
|
- mysql_system_tables_data.sql \
|
|
- mysql_test_data_timezone.sql
|
|
+dist_pkgdata_DATA =
|
|
|
|
CLEANFILES = @server_scripts@ \
|
|
make_binary_distribution \
|