mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Spell always the more traditional way.
This commit is contained in:
parent
0ac59027e9
commit
3ceb1e5386
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265737
@ -42,7 +42,7 @@ MK_${var}:= yes
|
||||
#
|
||||
.for var in ${__DEFAULT_NO_OPTIONS}
|
||||
.if !defined(MK_${var})
|
||||
.if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT aways wins
|
||||
.if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT always wins
|
||||
MK_${var}:= yes
|
||||
.else
|
||||
MK_${var}:= no
|
||||
|
Loading…
Reference in New Issue
Block a user