makesyscalls.sh: improve the 'this is going away' message

Reported by:	Ronald Klop, rgrimes
This commit is contained in:
Kyle Evans 2020-07-28 01:05:40 +00:00
parent 952d18a214
commit fd35bfaecf

View File

@ -60,7 +60,8 @@ case $# in
;;
esac
1>&2 echo "$0: This script is deprecated and will be removed before FreeBSD 13."
1>&2 echo "$0: This script has been replaced by sys/tools/makesyscalls.lua and"
1>&2 echo "$0: will be removed before FreeBSD 13. See also: sys/conf/sysent.mk"
if [ -n "$2" ]; then
. "$2"