summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-09-20 09:34:55 +0000
committerBrad Davis <brd@FreeBSD.org>2018-09-20 09:34:55 +0000
commitd465a4b0b320af2d6a3d09ad792f9b84fe2707f3 (patch)
tree713343c3633fbe949d9a9ffa97855d7e8567bd0f /etc/Makefile
parent27e35a09ef24d9f90a3a719d6a2fd8544fce1dba (diff)
downloadsrc-test-d465a4b0b320af2d6a3d09ad792f9b84fe2707f3.tar.gz
src-test-d465a4b0b320af2d6a3d09ad792f9b84fe2707f3.zip
Move the openssl.cnf install to secure/usr.bin/openssl/
This leverages CONFS to do the install Approved by: re (pkgbase, blanket), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17245
Notes
Notes: svn path=/head/; revision=338825
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 22339c58517e6..040849654cfa9 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -22,10 +22,6 @@ BIN1= \
# NB: keep these sorted by MK_* knobs
-.if ${MK_OPENSSL} != "no"
-SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
-.endif
-
.if ${MK_SENDMAIL} != "no"
BIN1+= rc.sendmail
.endif
@@ -95,10 +91,6 @@ distribution:
.if ${MK_SENDMAIL} != "no"
${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution
.endif
-.if ${MK_OPENSSL} != "no"
- cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${SSL} ${DESTDIR}/etc/ssl
-.endif
.if ${MK_KERBEROS} != "no"
cd ${.CURDIR}/root; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \