summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-09-20 06:05:24 +0000
committerngie <ngie@FreeBSD.org>2014-09-20 06:05:24 +0000
commit559aae68ec0a01e19862f6706a27a20e92a1e894 (patch)
tree1ff5a12aa294d981ebf15966879a128a98c26429 /etc/rc.d
parentcb2834e3bed1bd7c6138695e314d56a4335945e5 (diff)
downloadFreeBSD-src-559aae68ec0a01e19862f6706a27a20e92a1e894.zip
FreeBSD-src-559aae68ec0a01e19862f6706a27a20e92a1e894.tar.gz
Don't install /etc/rc.d/rwho unless MK_RCMDS == yes
MFC after: 2 weeks 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 bb2c177..b5e14d4 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -133,7 +133,6 @@ FILES= DAEMON \
rpcbind \
rtadvd \
rtsold \
- rwho \
savecore \
sdpd \
securelevel \
@@ -192,6 +191,10 @@ _opensm= opensm
_sshd= sshd
.endif
+.if ${MK_RCMDS} != "no"
+FILES+= rwho
+.endif
+
.if ${MK_UNBOUND} != "no"
_unbound= local_unbound
.endif
OpenPOWER on IntegriCloud