summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index afe2db0cf6..9a0d7cc22f 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.2 2016/09/03 12:42:46 beck Exp $ 1# $OpenBSD: Makefile,v 1.3 2016/09/04 09:54:25 natano Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -438,12 +438,12 @@ distribution:
438 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ 438 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
439 ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf 439 ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf
440 440
441beforeinstall: 441${PC_FILES}: opensslv.h
442 /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} 442 /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR}
443.for p in ${PC_FILES} 443
444beforeinstall: ${PC_FILES}
444 ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ 445 ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \
445 -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ 446 -m ${SHAREMODE} ${.OBJDIR}/${PC_FILES} ${DESTDIR}/usr/lib/pkgconfig/
446.endfor
447 447
448.include <bsd.prog.mk> 448.include <bsd.prog.mk>
449.include <bsd.subdir.mk> 449.include <bsd.subdir.mk>