summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/hppa/Makefile.inc
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
committercvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
commitb1ddde874c215cc8891531ed92876f091b7eb83e (patch)
treeedb6da6af7e865d488dc1a29309f1e1ec226e603 /src/lib/libcrypto/arch/hppa/Makefile.inc
parentf0a36529837a161734c802ae4c42e84e42347be2 (diff)
downloadopenbsd-tb_20250414.tar.gz
openbsd-tb_20250414.tar.bz2
openbsd-tb_20250414.zip
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
Diffstat (limited to 'src/lib/libcrypto/arch/hppa/Makefile.inc')
-rw-r--r--src/lib/libcrypto/arch/hppa/Makefile.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc
deleted file mode 100644
index 11bfa4a5d3..0000000000
--- a/src/lib/libcrypto/arch/hppa/Makefile.inc
+++ /dev/null
@@ -1,24 +0,0 @@
1# $OpenBSD: Makefile.inc,v 1.26 2025/02/14 12:01:58 jsing Exp $
2
3# hppa-specific libcrypto build rules
4
5# aes
6CFLAGS+= -DAES_ASM
7SSLASM+= aes aes-parisc aes-parisc
8# bn
9SSLASM+= bn parisc-mont parisc-mont
10CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W
11# modes
12CFLAGS+= -DGHASH_ASM
13SSLASM+= modes ghash-parisc ghash-parisc
14# sha
15SSLASM+= sha sha1-parisc sha1-parisc
16SSLASM+= sha sha512-parisc sha256-parisc
17
18.for dir src dst in ${SSLASM}
19SRCS+= ${dst}.S
20GENERATED+=${dst}.S
21${dst}.S: ${LCRYPTO_SRC}/${dir}/asm/${src}.pl
22 /usr/bin/perl \
23 ${LCRYPTO_SRC}/${dir}/asm/${src}.pl 32 ${.TARGET} > ${.TARGET}
24.endfor