Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-01-13 16:42:50 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-01-13 16:58:39 +0300
commitcd26828a8e4f070b1e49489a4f4d17fa47a58348 (patch)
treec688fdf535ed0d6e5cb1ea5659dc967b31031d63 /mcs/tools/btls/Makefile
parentcf9ec6d7151e1e6b4c3fddc9410705f1e43b7fd5 (diff)
[btls] Remove btls-cert-sync and integrate it into cert-syncmono-4.8.0.459gtk-viewport-allocation
cert-sync already knew how to import into the BTLS cert store, update it to always import into both stores so we don't need the btls-cert-sync tool anymore. (cherry picked from commit 968c60a0f32c7a4c92568c3feda7503f99b98c94)
Diffstat (limited to 'mcs/tools/btls/Makefile')
-rw-r--r--mcs/tools/btls/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/mcs/tools/btls/Makefile b/mcs/tools/btls/Makefile
deleted file mode 100644
index b551fa782c6..00000000000
--- a/mcs/tools/btls/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-thisdir = tools/btls
-SUBDIRS =
-include ../../build/rules.make
-
-LOCAL_MCS_FLAGS =
-LIB_REFS = System Mono.Security Mono.Btls.Interface
-PROGRAM = btls-cert-sync.exe
-
-ifndef HAVE_BTLS
-PROGRAM_NAME = dummy-btls-cert-sync.exe
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-NO_BUILD = yes
-endif
-
-include ../../build/executable.make