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
This commit is contained in:
Brad Davis 2018-09-20 09:34:55 +00:00
parent 27e35a09ef
commit d465a4b0b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338825
2 changed files with 2 additions and 8 deletions

View File

@ -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 \

View File

@ -1,5 +1,7 @@
# $FreeBSD$
CONFS= openssl.cnf
CONFSDIR= /etc/ssl
PROG= openssl
LIBADD= ssl crypto