makesyscalls.sh: spit out a deprecation notice to stderr

This has for a while been replaced by makesyscalls.lua in the stock FreeBSD
build.  Ensure downstreams get some notice that it'a going away if they're
reliant on it, maybe.
This commit is contained in:
Kyle Evans 2020-07-27 03:13:23 +00:00
parent 0ae0e8d2bd
commit bb97350f28

View File

@ -60,6 +60,8 @@ case $# in
;;
esac
1>&2 echo "$0: This script is deprecated and will be removed before FreeBSD 13."
if [ -n "$2" ]; then
. "$2"
fi