Don't install /etc/rc.d/keyserv unless MK_OPENSSL == yes

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-09-23 22:07:08 +00:00
parent 8f07b2d523
commit d8eaf8b5df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272043
2 changed files with 7 additions and 4 deletions

View File

@ -72,7 +72,6 @@ FILES= DAEMON \
jail \
kadmind \
kdc \
keyserv \
kfd \
kld \
kldxref \
@ -186,6 +185,10 @@ _nscd= nscd
_opensm= opensm
.endif
.if ${MK_OPENSSL} != "no"
FILES+= keyserv
.endif
.if ${MK_OPENSSH} != "no"
_sshd= sshd
.endif

View File

@ -3510,9 +3510,9 @@ OLD_FILES+=usr/libexec/ssh-pkcs11-helper
OLD_FILES+=usr/sbin/sshd
.endif
#.if ${MK_OPENSSL} == no
# to be filled in
#.endif
.if ${MK_OPENSSL} == no
OLD_FILES+=etc/rc.d/keyserv
.endif
.if ${MK_PC_SYSINSTALL} == no
# backend-partmanager