Control rcs inclusion with NO_RCS insted of NO_TOOLCHAIN

This commit is contained in:
phk 2005-08-06 20:23:13 +00:00
parent 6d02e606c3
commit ff7f5068f0

View File

@ -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>