- (bal) Fixed Makefile.in so that 'configure; make install' works.
diff --git a/ChangeLog b/ChangeLog
index c4f7977..922d15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
    <markm@swoon.net> 
  - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
    types.  Patch by Jan IVEN <Jan.Iven@cern.ch> 
+ - (bal) Fixed Makefile.in so that 'configure; make install' works.
 
 20010610
  - (bal) Missed two files in major resync.  auth-bsdauth.c and auth-skey.c
@@ -5601,4 +5602,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1275 2001/06/10 17:35:45 mouring Exp $
+$Id: ChangeLog,v 1.1276 2001/06/10 17:43:35 mouring Exp $
diff --git a/Makefile.in b/Makefile.in
index e6dec0b..4133ed7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.176 2001/06/10 00:41:19 mouring Exp $
+# $Id: Makefile.in,v 1.177 2001/06/10 17:43:36 mouring Exp $
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
@@ -164,7 +164,7 @@
 distprep: catman-do
 	autoreconf
 
-install: $(TARGETS) install-files host-key
+install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
 
 install-files:
 	$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)