diff options
-rw-r--r-- | src/lib/libcrypto/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 411acf2f0b..71c3e89fb6 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2016/09/04 17:59:26 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2016/09/11 14:31:02 natano Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -424,11 +424,11 @@ all beforedepend: ${GENERATED} | |||
424 | 424 | ||
425 | 425 | ||
426 | distribution: | 426 | distribution: |
427 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | 427 | ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ |
428 | ${.CURDIR}/openssl.cnf ${DESTDIR}/etc/ssl/openssl.cnf && \ | 428 | ${.CURDIR}/openssl.cnf ${DESTDIR}/etc/ssl/openssl.cnf && \ |
429 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | 429 | ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ |
430 | ${.CURDIR}/cert.pem ${DESTDIR}/etc/ssl/cert.pem && \ | 430 | ${.CURDIR}/cert.pem ${DESTDIR}/etc/ssl/cert.pem && \ |
431 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | 431 | ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ |
432 | ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf | 432 | ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf |
433 | 433 | ||
434 | ${PC_FILES}: opensslv.h | 434 | ${PC_FILES}: opensslv.h |