libcrypto: Copy the arm64 header when building asm

It may be needed when it's updated so is best to keep in sync with the
assembly files.

Reviewed by:	emaste
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D41938
This commit is contained in:
Andrew Turner 2023-09-22 12:34:08 +01:00
parent f9e26e7853
commit c97a82d4a4

View file

@ -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