summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index bac210c..f749c0e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -26,6 +26,10 @@ SSH= ${.CURDIR}/../crypto/openssh/ssh_config \
${.CURDIR}/../crypto/openssh/sshd_config
.endif
+.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
+SSL= ${.CURDIR}/../crypto/openssl/apps/openssl.cnf
+.endif
+
# -rwxr-xr-x root.wheel, for the new cron root.wheel
BIN2= netstart pccard_ether rc.suspend rc.resume
@@ -77,6 +81,10 @@ distribution:
(cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${SSH} \
${DESTDIR}/etc/ssh )
.endif
+.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
+ (cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${SSL} \
+ ${DESTDIR}/etc/ssl )
+.endif
.if !defined(NO_MAKEDEV)
(cd ${DESTDIR}/dev; sh MAKEDEV all)
.endif
OpenPOWER on IntegriCloud