diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-08-26 00:47:10 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-08-26 00:55:50 -0600 |
| commit | e4e25cd2815efbf586a4297ed777e8653367a2b4 (patch) | |
| tree | 9c50036547e9f07b2d2880b173536496a56197b9 /include/openssl | |
| parent | 4494cd0525db4decd7a3bab7491888a334dec8aa (diff) | |
| download | portable-e4e25cd2815efbf586a4297ed777e8653367a2b4.tar.gz portable-e4e25cd2815efbf586a4297ed777e8653367a2b4.tar.bz2 portable-e4e25cd2815efbf586a4297ed777e8653367a2b4.zip | |
Make opensslconf.h MI again
Diffstat (limited to 'include/openssl')
| -rw-r--r-- | include/openssl/Makefile.am.tpl | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/include/openssl/Makefile.am.tpl b/include/openssl/Makefile.am.tpl index 4bbbd60..1bea34d 100644 --- a/include/openssl/Makefile.am.tpl +++ b/include/openssl/Makefile.am.tpl | |||
| @@ -3,43 +3,4 @@ include $(top_srcdir)/Makefile.am.common | |||
| 3 | if !ENABLE_LIBTLS_ONLY | 3 | if !ENABLE_LIBTLS_ONLY |
| 4 | opensslincludedir=$(includedir)/openssl | 4 | opensslincludedir=$(includedir)/openssl |
| 5 | 5 | ||
| 6 | BUILT_SOURCES = opensslconf.h | 6 | opensslinclude_HEADERS = |
| 7 | CLEANFILES = opensslconf.h | ||
| 8 | |||
| 9 | opensslconf.h: Makefile | ||
| 10 | -echo "generating opensslconf.h ..." | ||
| 11 | if HOST_AARCH64 | ||
| 12 | -cp $(top_srcdir)/include/arch/aarch64/opensslconf.h opensslconf.h | ||
| 13 | endif | ||
| 14 | if HOST_ARM | ||
| 15 | -cp $(top_srcdir)/include/arch/arm/opensslconf.h opensslconf.h | ||
| 16 | endif | ||
| 17 | if HOST_I386 | ||
| 18 | -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h | ||
| 19 | endif | ||
| 20 | if HOST_LOONGARCH64 | ||
| 21 | -cp $(top_srcdir)/include/arch/loongarch64/opensslconf.h opensslconf.h | ||
| 22 | endif | ||
| 23 | if HOST_MIPS | ||
| 24 | -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h | ||
| 25 | endif | ||
| 26 | if HOST_MIPS64 | ||
| 27 | -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h | ||
| 28 | endif | ||
| 29 | if HOST_POWERPC | ||
| 30 | -cp $(top_srcdir)/include/arch/powerpc/opensslconf.h opensslconf.h | ||
| 31 | endif | ||
| 32 | if HOST_POWERPC64 | ||
| 33 | -cp $(top_srcdir)/include/arch/powerpc64/opensslconf.h opensslconf.h | ||
| 34 | endif | ||
| 35 | if HOST_RISCV64 | ||
| 36 | -cp $(top_srcdir)/include/arch/riscv64/opensslconf.h opensslconf.h | ||
| 37 | endif | ||
| 38 | if HOST_SPARC64 | ||
| 39 | -cp $(top_srcdir)/include/arch/sparc64/opensslconf.h opensslconf.h | ||
| 40 | endif | ||
| 41 | if HOST_X86_64 | ||
| 42 | -cp $(top_srcdir)/include/arch/amd64/opensslconf.h opensslconf.h | ||
| 43 | endif | ||
| 44 | |||
| 45 | opensslinclude_HEADERS = opensslconf.h | ||
