Control rcs inclusion with NO_RCS insted of NO_TOOLCHAIN

This commit is contained in:
Poul-Henning Kamp 2005-08-06 20:23:13 +00:00
parent 045f23cd0d
commit 96f71b3cb7

@ -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 <bsd.subdir.mk>