diff --git a/Make.bat b/Make.bat index d6b13fff8..052ba3353 100644 --- a/Make.bat +++ b/Make.bat @@ -133,7 +133,7 @@ REM Main build sequence Ends IF NOT EXIST "%PGADMIN_KRB5_DIR%" ( ECHO !PGADMIN_KRB5_DIR! does not exist. - ECHO Please install Kfw (Kerberos) and set the PGADMIN_KRB5_DIR environment variable. + ECHO Please install MIT Kerberos for Windows and set the PGADMIN_KRB5_DIR environment variable. EXIT /B 1 )