summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-09-23 22:07:08 +0000
committerngie <ngie@FreeBSD.org>2014-09-23 22:07:08 +0000
commit207b1a98a8f5b0025c8574e906732e4f03d52397 (patch)
treedd87b523750f4fb17a73b1c885fa841223441252 /tools
parent1a79276d79d92d41c2be872b5393c48ceb832143 (diff)
downloadFreeBSD-src-207b1a98a8f5b0025c8574e906732e4f03d52397.zip
FreeBSD-src-207b1a98a8f5b0025c8574e906732e4f03d52397.tar.gz
Don't install /etc/rc.d/keyserv unless MK_OPENSSL == yes
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 67b132c..a12775b8b 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -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
OpenPOWER on IntegriCloud