summaryrefslogtreecommitdiffstats
path: root/rescue/rescue
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-03-02 11:53:22 +0000
committertrhodes <trhodes@FreeBSD.org>2005-03-02 11:53:22 +0000
commit792676bbc2c9c56a3676ca814cde9deb96a83da8 (patch)
treea8ef58078677e0c51a13aeead6bffc5d16d6fc2c /rescue/rescue
parent271a50396925d26b7554c390da5882b7ad4c3399 (diff)
downloadFreeBSD-src-792676bbc2c9c56a3676ca814cde9deb96a83da8.zip
FreeBSD-src-792676bbc2c9c56a3676ca814cde9deb96a83da8.tar.gz
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
Diffstat (limited to 'rescue/rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index ee43a38..24278d3 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -81,7 +81,7 @@ CRUNCH_ALIAS_ln= link
CRUNCH_ALIAS_rm= unlink
CRUNCH_ALIAS_ed= red
-.if !defined(NO_RCMNDS)
+.if !defined(NO_RCMDS)
CRUNCH_PROGS_bin+= rcp
.endif
OpenPOWER on IntegriCloud