This README file explains briefly how to build the gss-sample programs using original source from MIT and the changes we have made. Step 1. Down load the gss-sample programs from MIT Kerberos V5 (http://web.mit.edu/kerberos/www/) Step 2. A sample makefile.mit is provide that can be used to build the gss-sample binaries. You will need to modify where the kerberos libraries and include files live. It assumes /usr/local. If you successfully ran configure and were able to build kerberos, then that make file should be fine. Step 3. For details on the operation of gss-sample programs and how to run them please refer to README in the same directory.