Control rcs inclusion with NO_RCS insted of NO_TOOLCHAIN
This commit is contained in:
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user