aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-02-19 23:31:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-02-19 23:31:53 +0000
commitb9d37a40274e1fb4b2b1b9504ffd2db1ccf46719 (patch)
tree64c914bb01045f3fe5793974927dfde0aa1da8a4 /secure/lib
parente22887cddae571b72da66c9376a8030d941788fa (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 28109570b43d..b9761762b1d8 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -81,8 +81,6 @@ SRCS+= bn_add.c bn_blind.c bn_ctx.c bn_div.c bn_err.c \
bn_sqr.c bn_word.c
.if !defined(NOPERL) && ${MACHINE_ARCH} == "i386"
SRCS+= bn-586.pl co-586.pl
-.elif ${MACHINE_ARCH} == "alpha"
-SRCS+= bn-alpha.pl co-alpha.pl
.else
SRCS+= bn_asm.c
.endif