diff options
| author | cvs2svn <admin@example.com> | 2016-07-23 19:31:36 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2016-07-23 19:31:36 +0000 |
| commit | 26ff9ecbb759894e0a2062db162a61a94b3374d2 (patch) | |
| tree | e9a354a92a348338fe2b361e2eda703cae23cfab /src/lib/libcrypto/arch/sparc/Makefile.inc | |
| parent | cd24674739573c5e6cb697331fb638ea66897f3d (diff) | |
| download | openbsd-OPENBSD_6_0_BASE.tar.gz openbsd-OPENBSD_6_0_BASE.tar.bz2 openbsd-OPENBSD_6_0_BASE.zip | |
This commit was manufactured by cvs2git to create tag 'OPENBSD_6_0_BASE'.OPENBSD_6_0_BASE
Diffstat (limited to 'src/lib/libcrypto/arch/sparc/Makefile.inc')
| -rw-r--r-- | src/lib/libcrypto/arch/sparc/Makefile.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/lib/libcrypto/arch/sparc/Makefile.inc b/src/lib/libcrypto/arch/sparc/Makefile.inc deleted file mode 100644 index ba9954c85e..0000000000 --- a/src/lib/libcrypto/arch/sparc/Makefile.inc +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.2 2014/11/17 20:31:22 miod Exp $ | ||
| 2 | |||
| 3 | # sparc-specific libcrypto build rules | ||
| 4 | |||
| 5 | # aes | ||
| 6 | SRCS+= aes_core.c aes_cbc.c | ||
| 7 | # bf | ||
| 8 | SRCS+= bf_enc.c | ||
| 9 | # bn | ||
| 10 | .if 0 # uses `umul' and `udiv' instructions | ||
| 11 | SRCS+= sparcv8.S | ||
| 12 | .PATH: ${LCRYPTO_SRC}/bn/asm | ||
| 13 | .else | ||
| 14 | SRCS+= bn_asm.c | ||
| 15 | .endif | ||
| 16 | # camellia | ||
| 17 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | ||
| 18 | # des | ||
| 19 | SRCS+= fcrypt_b.c | ||
| 20 | SRCS+= des_enc-sparc.S | ||
| 21 | GENERATED+= des_enc-sparc.S | ||
| 22 | des_enc-sparc.S: ${LCRYPTO_SRC}/des/asm/des_enc.m4 | ||
| 23 | m4 ${LCRYPTO_SRC}/des/asm/des_enc.m4 > ${.TARGET} | ||
| 24 | # rc4 | ||
| 25 | SRCS+= rc4_enc.c rc4_skey.c | ||
| 26 | ## rc5 | ||
| 27 | #SRCS+= rc5_enc.c | ||
| 28 | # whrlpool | ||
| 29 | SRCS+= wp_block.c | ||
