aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2005-03-02 11:53:22 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2005-03-02 11:53:22 +0000
commitc71158d45355ad344b90b42af22dc619f06114b0 (patch)
treea8ef58078677e0c51a13aeead6bffc5d16d6fc2c /libexec
parent2682e7b6618d1b69b1ddc9d55755b59c2a52c00e (diff)
downloadsrc-c71158d45355ad344b90b42af22dc619f06114b0.tar.gz
src-c71158d45355ad344b90b42af22dc619f06114b0.zip
Wrap BSD r* commands in NO_RCMDS.
Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk. Discussed with: ru, nectar
Notes
Notes: svn path=/head/; revision=143026
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 56919cfde43a..defc296f48d7 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -16,14 +16,14 @@ SUBDIR= atrun \
pt_chown \
rbootd \
revnetgroup \
- rexecd \
- rlogind \
+ ${_rexecd} \
+ ${_rlogind} \
rpc.rquotad \
rpc.rstatd \
rpc.rusersd \
rpc.rwalld \
rpc.sprayd \
- rshd \
+ ${_rshd} \
${_rtld-elf} \
save-entropy \
${_smrsh} \
@@ -46,6 +46,12 @@ _ftp-proxy= ftp-proxy
_rtld-elf= rtld-elf
.endif
+.if !defined(NO_RCMDS)
+_rexecd= rexecd
+_logind= rlogind
+_rshd= rshd
+.endif
+
.if !defined(NO_SENDMAIL)
_mail.local= mail.local
_smrsh= smrsh