+Mon Mar 27 20:34:58 1995 Keith Vetter (keithv@fusion.com)
+
+ * makefile: makes recursively in wintel directory
+ * readme: updated for wintel program.
+
Thu Mar 23 14:00:00 1995 Keith Vetter (keithv@fusion.com)
* readme: updated to reflect name change of zipping target.
@echo Making in windows\cns
cd cns
-$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
+ @echo Making in windows\wintel
+ cd wintel
+ -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
cd ..
clean::
@echo Making clean in windows\cns
cd cns
-$(MAKE) -$(MAKEFLAGS) clean
+ @echo Making clean in windows\wintel
+ cd wintel
+ -$(MAKE) -$(MAKEFLAGS) clean
cd ..
4) nmake -c -f makefile.in # Configures the makefiles and runs
# ...make in all the subdirectories.
+5) <make sure the config and realms files, krb.con and krb.rea,
+ are in the top level directory.>
The resulting interesting files will be:
lib/libkrb5.dll # The actual DLL
lib/libkrb5.lib # The library for linking in the DLL
windows/cns/cns.exe # Cygnus Network Security program
+windows/wintel/telnet # K5 authenticated telnet program
+
+Note on telnet: since the only k5 telnet daemon at this time is
+tsx-11.mit.edu port 13131, the port the program connects to is
+hardwired for now to 13131.
-The config and realms files, krb.con and krb.rea, currently must reside
-in the top level directory.