From 792676bbc2c9c56a3676ca814cde9deb96a83da8 Mon Sep 17 00:00:00 2001 From: trhodes Date: Wed, 2 Mar 2005 11:53:22 +0000 Subject: 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 --- rescue/rescue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue') 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 -- cgit v1.1