summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 4ddb49c680..b92f8cd56d 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.37 2019/11/02 13:38:04 jsing Exp $ 1# $OpenBSD: Makefile,v 1.38 2020/01/22 06:56:50 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -414,14 +414,7 @@ prereq: obj_mac.h
414includes: prereq 414includes: prereq
415 @test -d ${DESTDIR}/usr/include/openssl || \ 415 @test -d ${DESTDIR}/usr/include/openssl || \
416 mkdir ${DESTDIR}/usr/include/openssl 416 mkdir ${DESTDIR}/usr/include/openssl
417 @for i in $(HDRS); do \ 417 @for i in $(HDRS) $(HDRS_GEN); do \
418 j="cmp -s $$i ${DESTDIR}/usr/include/openssl/`basename $$i` || \
419 ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i\
420 ${DESTDIR}/usr/include/openssl"; \
421 echo $$j; \
422 eval "$$j"; \
423 done; \
424 for i in $(HDRS_GEN); do \
425 j="cmp -s $$i ${DESTDIR}/usr/include/openssl/`basename $$i` || \ 418 j="cmp -s $$i ${DESTDIR}/usr/include/openssl/`basename $$i` || \
426 ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i\ 419 ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i\
427 ${DESTDIR}/usr/include/openssl"; \ 420 ${DESTDIR}/usr/include/openssl"; \