mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
insetad -> instead
This commit is contained in:
parent
f4d987cd13
commit
36435ca5d3
@ -37,7 +37,7 @@
|
||||
.for var in ${__DEFAULT_YES_OPTIONS}
|
||||
.if !defined(MK_${var})
|
||||
.if defined(WITH_${var}) && ${WITH_${var}} == "no"
|
||||
.warning "Use WITHOUT_${var}=1 insetad of WITH_${var}=no"
|
||||
.warning "Use WITHOUT_${var}=1 instead of WITH_${var}=no"
|
||||
.endif
|
||||
.if defined(WITHOUT_${var}) # WITHOUT always wins
|
||||
MK_${var}:= no
|
||||
@ -58,7 +58,7 @@ MK_${var}:= yes
|
||||
.for var in ${__DEFAULT_NO_OPTIONS}
|
||||
.if !defined(MK_${var})
|
||||
.if defined(WITH_${var}) && ${WITH_${var}} == "no"
|
||||
.warning "Use WITHOUT_${var}=1 insetad of WITH_${var}=no"
|
||||
.warning "Use WITHOUT_${var}=1 instead of WITH_${var}=no"
|
||||
.endif
|
||||
.if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT always wins
|
||||
MK_${var}:= yes
|
||||
|
Loading…
Reference in New Issue
Block a user