<sys.mk> defines ECHO=echo when not using make -s, and ECHO=true when using make -s.
export ECHO for ntp products and use it in the mkver script to echo the version. This suppresses the output as appropriate. ECHO is given a default value to make sure things still work as expected for anyone that isn't redefining ECHO.