summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
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 /etc/rc.d
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 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 186c974..12c87db 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -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
OpenPOWER on IntegriCloud