Wed Feb 12 23:31:20 1997  Ken Raeburn  <raeburn@cygnus.com>

	Moved files from kadmin/tcltk directory, built a directory
	structure.  Library code, eventually suitable for use in other
	applications, goes into lib; simple interpreters are built in
	interp.  Application directories will probably be added later.

	* lib/profile.l: New file.  Code for parsing a krb5 profile into a
	tcl data structure and writing it back out.  Hooks to invoke this
	code from tcl are not yet in place.
	* lib/profile-spec.txt: New file.  Rough description of the rules
	used in profile.l, different from util/profile.
	* lib/Makefile.in (SRCS, OBJS): Include new profile code.
	(profile.c): Build from profile.l using lex and yyfix.
	(testprof): New rule for building test program from profile.l.

