diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2023-09-22 11:34:08 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2023-09-22 17:15:13 +0000 |
commit | c97a82d4a4a0288ed2a456f4ce41d57483724f17 (patch) | |
tree | 7faf7d872734553577b0669c12a145899e80e343 /secure | |
parent | f9e26e7853399e7b80ea033fa7fd72e8afe6d061 (diff) |
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/Makefile.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index d3243e5b20b8..644965c1ac1c 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -46,6 +46,7 @@ ASM= ${SRCS:R:S/$/.S/} sha256-armv8.S all: ${ASM} rm -f ${ASM:R:S/$/.s/} + ${CP} ${LCRYPTO_SRC}/crypto/arm_arch.h arm_arch.h CLEANFILES= ${ASM} .SUFFIXES: .pl |