From 96f71b3cb7aa31322fe102d3acf3043190d9f6d4 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 6 Aug 2005 20:23:13 +0000 Subject: [PATCH] Control rcs inclusion with NO_RCS insted of NO_TOOLCHAIN --- gnu/usr.bin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 12c70710ddd..9a15f01cbc9 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -50,10 +50,12 @@ _texinfo= texinfo .if !defined(NO_TOOLCHAIN) _binutils= binutils _cc= cc -_rcs= rcs .if !defined(NO_GDB) _gdb= gdb .endif .endif +.if !defined(NO_RCS) +_rcs= rcs +.endif .include