summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-01-20 17:41:14 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2023-08-09 12:08:39 +0100
commitecb6fe6728708adefdf4f2f2aad134e36f09fc28 (patch)
tree4bf64d03cd6b6e4e329ac8e7a8cbc0dc283ca695 /src/OS
parent4e871f9b28dff4cacfd012aede1d092cc8cfbd36 (diff)
Testsuite: support TLS cross-library testing
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/Makefile-Base3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index c01e911ce..e0aa1dc6c 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -39,6 +39,9 @@ FE = $(FULLECHO)
all: utils exim
config: $(EDITME) checklocalmake Makefile os.c config.h version.h version.sh macro.c
+exim_openssl exim_gnutls: clean exim
+ cp exim $@
+
checklocalmake:
@if $(SHELL) $(SCRIPTS)/newer $(EDITME)-$(OSTYPE) $(EDITME) || \
$(SHELL) $(SCRIPTS)/newer $(EDITME)-$(ARCHTYPE) $(EDITME) || \