summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile.bsd-wrapper
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper
index 6061ab8671..5aee2465f3 100644
--- a/src/lib/libssl/Makefile.bsd-wrapper
+++ b/src/lib/libssl/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
1# Build wrapper for OpenSSL 1# Build wrapper for OpenSSL
2# $OpenBSD: Makefile.bsd-wrapper,v 1.34 2001/03/09 23:06:57 deraadt Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.35 2001/04/17 19:55:19 beck Exp $
3 3
4# Our lndir is hacked; specify a full path to avoid potential conflicts 4# Our lndir is hacked; specify a full path to avoid potential conflicts
5# with the one installed with X11. 5# with the one installed with X11.
@@ -588,7 +588,9 @@ tags:
588 588
589distribution: 589distribution:
590 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ 590 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
591 ${.CURDIR}/openssl.cnf ${DESTDIR}/etc/ssl/openssl.cnf 591 ${.CURDIR}/openssl.cnf ${DESTDIR}/etc/ssl/openssl.cnf && \
592 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
593 ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf
592 594
593.include <bsd.obj.mk> 595.include <bsd.obj.mk>
594.include <bsd.subdir.mk> 596.include <bsd.subdir.mk>