[610] in Kerberos_V5_Development
some Imake updates, pepy/posy alterations
jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Mon Feb 18 10:16:27 1991
I've updated the Imakefile config file stuff in several ways:
1) all the libraries get a link in lib/lib*.a, so that the link phase now
can do -L$(TOPDIR)/lib -lkrb5 -l...
2) I've patched up pepy & posy to properly split apart the output functions
automatically. They used to do almost the right thing, except for splitting
the free_KRB5* functions into separate files; I added this support and built
new pepy's/posy's for vax, decmips, rt. I also changed the return value of
the free_* routines from int to void.