summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-20 18:46:15 +0000
committerru <ru@FreeBSD.org>2007-10-20 18:46:15 +0000
commitc5e068d896110d36b2af67fd2901295bcf4c1c76 (patch)
treecdbfd43b6c4f7ac62bfcaded2ba92c820ba98e69 /share/mk
parentd3d824bbff6c49ea17c406f19b6a443face28515 (diff)
downloadFreeBSD-src-c5e068d896110d36b2af67fd2901295bcf4c1c76.zip
FreeBSD-src-c5e068d896110d36b2af67fd2901295bcf4c1c76.tar.gz
Align the warning message with the one in bsd.own.mk.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.compat.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk
index dfa5dfc..6a86871 100644
--- a/share/mk/bsd.compat.mk
+++ b/share/mk/bsd.compat.mk
@@ -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
OpenPOWER on IntegriCloud