summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2025-08-25 16:48:02 +0000
committertb <>2025-08-25 16:48:02 +0000
commit6cbc8c56cfb66d812e5b9f335973b11b213f5665 (patch)
treeaf61c3bd67a849abe3033878ae534cd5184035e4 /src/lib/libcrypto/Makefile
parent8d69d0f7a170ebed7efc8c4a2097bc0d203981db (diff)
downloadopenbsd-6cbc8c56cfb66d812e5b9f335973b11b213f5665.tar.gz
openbsd-6cbc8c56cfb66d812e5b9f335973b11b213f5665.tar.bz2
openbsd-6cbc8c56cfb66d812e5b9f335973b11b213f5665.zip
Move opensslconf.h to a machine-independent place
After drilling through many layers of fossilized turds from a long-forgotten millenium, jsing and I finally found oil^Wa machine-independent version of opensslconf.h. Remove the no longer needed versions in arch/*/ and move one copy to the top level. Add an RCS tag and place the remaining garbage in the public domain. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 459b0c9235..5ee28b0e6c 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.242 2025/08/14 15:48:48 beck Exp $ 1# $OpenBSD: Makefile,v 1.243 2025/08/25 16:48:01 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -674,6 +674,7 @@ HDRS=\
674 ${LCRYPTO_SRC}/modes/modes.h \ 674 ${LCRYPTO_SRC}/modes/modes.h \
675 ${LCRYPTO_SRC}/objects/objects.h \ 675 ${LCRYPTO_SRC}/objects/objects.h \
676 ${LCRYPTO_SRC}/ocsp/ocsp.h \ 676 ${LCRYPTO_SRC}/ocsp/ocsp.h \
677 ${LCRYPTO_SRC}/opensslconf.h \
677 ${LCRYPTO_SRC}/opensslfeatures.h \ 678 ${LCRYPTO_SRC}/opensslfeatures.h \
678 ${LCRYPTO_SRC}/opensslv.h \ 679 ${LCRYPTO_SRC}/opensslv.h \
679 ${LCRYPTO_SRC}/ossl_typ.h \ 680 ${LCRYPTO_SRC}/ossl_typ.h \
@@ -699,7 +700,6 @@ HDRS=\
699 ${LCRYPTO_SRC}/x509/x509v3.h 700 ${LCRYPTO_SRC}/x509/x509v3.h
700 701
701HDRS_GEN=\ 702HDRS_GEN=\
702 ${.CURDIR}/arch/${MACHINE_CPU}/opensslconf.h \
703 ${.OBJDIR}/obj_mac.h 703 ${.OBJDIR}/obj_mac.h
704 704
705prereq: obj_mac.h 705prereq: obj_mac.h