From ff7f5068f0fef372ef6619ec2beca6360a89c209 Mon Sep 17 00:00:00 2001 From: phk 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 12c70710ddd7..9a15f01cbc91 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