diff options
author | Theo Buehler <tb@openbsd.org> | 2024-10-18 10:51:36 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-10-18 10:51:36 -0600 |
commit | 9256f9f939cb7afcb679d6625621be39ea636ec0 (patch) | |
tree | 84188336e4a0612b36e91e48bba4e0423094a125 /crypto/Makefile.am | |
parent | cca1d39f2830337ed285fe079df315eedc38cbef (diff) | |
download | portable-9256f9f939cb7afcb679d6625621be39ea636ec0.tar.gz portable-9256f9f939cb7afcb679d6625621be39ea636ec0.tar.bz2 portable-9256f9f939cb7afcb679d6625621be39ea636ec0.zip |
Hook i386 crypto_cpu_caps to build
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 7036509..0dc981b 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -205,6 +205,9 @@ endif | |||
205 | if HOST_X86_64 | 205 | if HOST_X86_64 |
206 | libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c | 206 | libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c |
207 | endif | 207 | endif |
208 | if HOST_I386 | ||
209 | libcrypto_la_SOURCES += arch/i386/crypto_cpu_caps.c | ||
210 | endif | ||
208 | 211 | ||
209 | libcrypto_la_SOURCES += cpt_err.c | 212 | libcrypto_la_SOURCES += cpt_err.c |
210 | libcrypto_la_SOURCES += cryptlib.c | 213 | libcrypto_la_SOURCES += cryptlib.c |