aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
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 /bin/Makefile
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 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 86998bd4ff7b..a56de99821b1 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -37,7 +37,7 @@ SUBDIR= cat \
sync \
test
-.if !defined(NO_RCMNDS)
+.if !defined(NO_RCMDS)
_rcp= rcp
.endif