summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/Makefile3
-rw-r--r--src/lib/libssl/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 66f511761b..ef07324416 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.31 2019/01/19 01:07:00 tb Exp $ 1# $OpenBSD: Makefile,v 1.32 2019/01/23 00:50:39 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -468,5 +468,4 @@ beforeinstall:
468 ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ 468 ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \
469 -m ${SHAREMODE} ${.OBJDIR}/${PC_FILES} ${DESTDIR}/usr/lib/pkgconfig/ 469 -m ${SHAREMODE} ${.OBJDIR}/${PC_FILES} ${DESTDIR}/usr/lib/pkgconfig/
470 470
471.include <bsd.prog.mk>
472.include <bsd.subdir.mk> 471.include <bsd.subdir.mk>
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index de8d66c653..ca6e402278 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.53 2019/01/21 13:45:57 jsing Exp $ 1# $OpenBSD: Makefile,v 1.54 2019/01/23 00:50:39 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.ifndef NOMAN 4.ifndef NOMAN
@@ -105,5 +105,4 @@ beforeinstall:
105 -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ 105 -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/
106.endfor 106.endfor
107 107
108.include <bsd.prog.mk>
109.include <bsd.subdir.mk> 108.include <bsd.subdir.mk>