summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/hppa
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/arch/hppa')
-rw-r--r--src/lib/libcrypto/arch/hppa/Makefile.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc
index eb15810f38..76affc391d 100644
--- a/src/lib/libcrypto/arch/hppa/Makefile.inc
+++ b/src/lib/libcrypto/arch/hppa/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.12 2023/01/13 17:11:41 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.13 2023/01/17 15:04:27 miod Exp $
2 2
3# hppa-specific libcrypto build rules 3# hppa-specific libcrypto build rules
4 4
@@ -40,10 +40,3 @@ ${dst}.S: ${LCRYPTO_SRC}/${dir}/asm/${src}.pl
40 /usr/bin/perl \ 40 /usr/bin/perl \
41 ${LCRYPTO_SRC}/${dir}/asm/${src}.pl 32 ${.TARGET} > ${.TARGET} 41 ${LCRYPTO_SRC}/${dir}/asm/${src}.pl 32 ${.TARGET} > ${.TARGET}
42.endfor 42.endfor
43
44CFLAGS+= -DOPENSSL_CPUID_OBJ
45SRCS+= pariscid.S
46GENERATED+=pariscid.S
47pariscid.S: ${LCRYPTO_SRC}/pariscid.pl
48 /usr/bin/perl \
49 ${LCRYPTO_SRC}/pariscid.pl 32 > ${.TARGET}