mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Control rcs inclusion with NO_RCS insted of NO_TOOLCHAIN
This commit is contained in:
parent
045f23cd0d
commit
96f71b3cb7
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue