summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 935fd98..18b7dc5 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -121,11 +121,9 @@ SUBDIR= apply \
quota \
renice \
rev \
- rlogin \
rpcgen \
rpcinfo \
rs \
- rsh \
rup \
ruptime \
rusers \
@@ -230,6 +228,11 @@ 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
OpenPOWER on IntegriCloud