diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-23 23:59:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-23 23:59:51 +0000 |
commit | c114ef416e6b806cc6d27bdbc48ececc6ce23a68 (patch) | |
tree | ba64e501f2491de17dbdf52f2fb7ceedbed4417e /usr.bin | |
parent | 73fc976f748e60a9e8c942e99717a38e89a004bd (diff) | |
download | FreeBSD-src-c114ef416e6b806cc6d27bdbc48ececc6ce23a68.zip FreeBSD-src-c114ef416e6b806cc6d27bdbc48ececc6ce23a68.tar.gz |
Back out the NO_RCMNDS knob.
1. The committer refused to respond to questions over the commit.
2. The servers rlogind, rshd, rexecd were not wrapped.
3. "rcmnds" as an abbreviation gets an order of magnitude less hits on
Google than the much more well known "rcmds".
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 18b7dc5..935fd98 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -121,9 +121,11 @@ SUBDIR= apply \ quota \ renice \ rev \ + rlogin \ rpcgen \ rpcinfo \ rs \ + rsh \ rup \ ruptime \ rusers \ @@ -228,11 +230,6 @@ SUBDIR+=ar \ SUBDIR+=uac .endif -.if !defined(NO_RCMNDS) -SUBDIR+=rlogin \ - rsh -.endif - # Things which don't compile on new platforms yet: .if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64" SUBDIR+=xlint |