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 --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 86998bd..a56de99 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 -- cgit v1.1