I would like to include the command "gnatmake" in my $PATH. It is located in /usr/local/gnat12/bin. I tried including it in the root directory files .profile and .cshrc with my editor "nano". It saved correctly, but still does not work even after a logout and reset. I tried a terminal command, but I might not be doing that correctly. I include the below information in case it is needed.
root@user-ghostbsd:/ # echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/user/bin
root@user-ghostbsd:/ # echo $SHELL
/bin/sh
What would be the best way to change $PATH?