Align the warning message with the one in bsd.own.mk.

This commit is contained in:
Ruslan Ermilov 2007-10-20 18:46:15 +00:00
parent d11e36457b
commit 2e0a54d6c0

View File

@ -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