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