diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |