mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Align the warning message with the one in bsd.own.mk.
This commit is contained in:
parent
d11e36457b
commit
2e0a54d6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
.for old in ${oldnew:C/:.*//}
|
||||
.for new in ${oldnew:C/.*://}
|
||||
.if defined(${old}) && !defined(${new})
|
||||
.warning ${old} is deprecated in favor of ${new}
|
||||
.warning ${old} is deprecated in favour of ${new}
|
||||
${new}= ${${old}}
|
||||
.endif
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue