aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-07-15 04:46:32 +0000
committerWarner Losh <imp@FreeBSD.org>2024-07-15 22:43:39 +0000
commite9ac41698b2f322d55ccf9da50a3596edb2c1800 (patch)
tree557c8263fcf6f394c855ef4458f6fe531563199e /secure/lib/libcrypto
parentb3877767883e9b26fbcce47c015ba3eab323bf1b (diff)
Diffstat (limited to 'secure/lib/libcrypto')
-rw-r--r--secure/lib/libcrypto/Makefile1
-rw-r--r--secure/lib/libcrypto/Makefile.common1
-rw-r--r--secure/lib/libcrypto/Makefile.inc1
-rw-r--r--secure/lib/libcrypto/engines/Makefile1
-rw-r--r--secure/lib/libcrypto/engines/Makefile.inc1
-rw-r--r--secure/lib/libcrypto/engines/capi/Makefile1
-rw-r--r--secure/lib/libcrypto/engines/devcrypto/Makefile1
-rw-r--r--secure/lib/libcrypto/engines/loader_attic/Makefile1
-rw-r--r--secure/lib/libcrypto/engines/padlock/Makefile1
-rw-r--r--secure/lib/libcrypto/modules/Makefile1
-rw-r--r--secure/lib/libcrypto/modules/Makefile.inc1
-rw-r--r--secure/lib/libcrypto/modules/fips/Makefile1
-rw-r--r--secure/lib/libcrypto/modules/legacy/Makefile1
13 files changed, 0 insertions, 13 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index dc701d90451e..a6ca46ecd372 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -1,4 +1,3 @@
-
SHLIBDIR?= /lib
.if !defined(LIBCRYPTO_WITHOUT_SUBDIRS)
SUBDIR= engines modules
diff --git a/secure/lib/libcrypto/Makefile.common b/secure/lib/libcrypto/Makefile.common
index b109fd7f7f4f..afcc2a48660c 100644
--- a/secure/lib/libcrypto/Makefile.common
+++ b/secure/lib/libcrypto/Makefile.common
@@ -1,4 +1,3 @@
-
.include <bsd.endian.mk>
.if ${TARGET_ENDIANNESS} == 1234
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index d95f08e27256..16a2c15bc962 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -1,4 +1,3 @@
-
.include <bsd.own.mk>
# OpenSSL version used for manual page generation
diff --git a/secure/lib/libcrypto/engines/Makefile b/secure/lib/libcrypto/engines/Makefile
index 80587f47c48f..945d93599f06 100644
--- a/secure/lib/libcrypto/engines/Makefile
+++ b/secure/lib/libcrypto/engines/Makefile
@@ -1,4 +1,3 @@
-
SUBDIR= capi devcrypto loader_attic
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SUBDIR+= padlock
diff --git a/secure/lib/libcrypto/engines/Makefile.inc b/secure/lib/libcrypto/engines/Makefile.inc
index 13d5f4849cbc..3da129023c7f 100644
--- a/secure/lib/libcrypto/engines/Makefile.inc
+++ b/secure/lib/libcrypto/engines/Makefile.inc
@@ -1,4 +1,3 @@
-
SHLIBDIR= ${LIBDIR}/engines-3
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
diff --git a/secure/lib/libcrypto/engines/capi/Makefile b/secure/lib/libcrypto/engines/capi/Makefile
index 184b6aaef2f2..2162dbf94b68 100644
--- a/secure/lib/libcrypto/engines/capi/Makefile
+++ b/secure/lib/libcrypto/engines/capi/Makefile
@@ -1,4 +1,3 @@
-
SHLIB_NAME?= capi.so
SRCS= e_capi.c
diff --git a/secure/lib/libcrypto/engines/devcrypto/Makefile b/secure/lib/libcrypto/engines/devcrypto/Makefile
index a8b6f84a70ba..a69e6074cc2e 100644
--- a/secure/lib/libcrypto/engines/devcrypto/Makefile
+++ b/secure/lib/libcrypto/engines/devcrypto/Makefile
@@ -1,4 +1,3 @@
-
SHLIB_NAME?= devcrypto.so
SRCS= e_devcrypto.c
diff --git a/secure/lib/libcrypto/engines/loader_attic/Makefile b/secure/lib/libcrypto/engines/loader_attic/Makefile
index bd837dbb5596..cee699eaccf6 100644
--- a/secure/lib/libcrypto/engines/loader_attic/Makefile
+++ b/secure/lib/libcrypto/engines/loader_attic/Makefile
@@ -1,4 +1,3 @@
-
SHLIB_NAME?= loader_attic.so
SRCS= e_loader_attic.c pvkfmt.c
diff --git a/secure/lib/libcrypto/engines/padlock/Makefile b/secure/lib/libcrypto/engines/padlock/Makefile
index 9dc8cd4eafec..60dfa9c77c20 100644
--- a/secure/lib/libcrypto/engines/padlock/Makefile
+++ b/secure/lib/libcrypto/engines/padlock/Makefile
@@ -1,4 +1,3 @@
-
SHLIB_NAME?= padlock.so
SRCS= e_padlock.c
diff --git a/secure/lib/libcrypto/modules/Makefile b/secure/lib/libcrypto/modules/Makefile
index 2f9e5b40fe3e..0e01eb3b8ef2 100644
--- a/secure/lib/libcrypto/modules/Makefile
+++ b/secure/lib/libcrypto/modules/Makefile
@@ -1,4 +1,3 @@
-
SUBDIR= fips legacy
SUBDIR_PARALLEL=
diff --git a/secure/lib/libcrypto/modules/Makefile.inc b/secure/lib/libcrypto/modules/Makefile.inc
index 0c7027bff89b..92bc102c06e9 100644
--- a/secure/lib/libcrypto/modules/Makefile.inc
+++ b/secure/lib/libcrypto/modules/Makefile.inc
@@ -1,4 +1,3 @@
-
SHLIBDIR= ${LIBDIR}/ossl-modules
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
diff --git a/secure/lib/libcrypto/modules/fips/Makefile b/secure/lib/libcrypto/modules/fips/Makefile
index 8843cb9717c9..0f4889f3ff81 100644
--- a/secure/lib/libcrypto/modules/fips/Makefile
+++ b/secure/lib/libcrypto/modules/fips/Makefile
@@ -1,4 +1,3 @@
-
SHLIB_NAME?= fips.so
CFLAGS+= -DFIPS_MODULE
diff --git a/secure/lib/libcrypto/modules/legacy/Makefile b/secure/lib/libcrypto/modules/legacy/Makefile
index a285d0b1148b..f90c873072ea 100644
--- a/secure/lib/libcrypto/modules/legacy/Makefile
+++ b/secure/lib/libcrypto/modules/legacy/Makefile
@@ -1,4 +1,3 @@
-
SHLIB_NAME?= legacy.so
LIBADD= crypto