--- cygnus/src/krb524/Makefile.in	Tue Jul  1 14:09:34 1997
+++ kerbnet-1.2/krb524/Makefile.in	Tue May 27 21:59:55 1997
@@ -1,23 +1,34 @@
-# Copyright 1994 by OpenVision Technologies, Inc.
-# 
-# Permission to use, copy, modify, distribute, and sell this software
-# and its documentation for any purpose is hereby granted without fee,
-# provided that the above copyright notice appears in all copies and
-# that both that copyright notice and this permission notice appear in
-# supporting documentation, and that the name of OpenVision not be used
-# in advertising or publicity pertaining to distribution of the software
-# without specific, written prior permission. OpenVision makes no
-# representations about the suitability of this software for any
-# purpose.  It is provided "as is" without express or implied warranty.
-# 
-# OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-# EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
-# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-# PERFORMANCE OF THIS SOFTWARE.
-# 
+#
+# Copyright, OpenVision Technologies, Inc., 1996, All Rights Reserved
+#
+# WARNING:  Retrieving the OpenVision Kerberos Administration system
+# source code, as described below, indicates your acceptance of the
+# following terms.  If you do not agree to the following terms, do not
+# retrieve the OpenVision Kerberos administration system.
+#
+# You may freely use and distribute the Source Code and Object Code
+# compiled from it, but this Source Code is provided to you "AS IS"
+# EXCLUSIVE OF ANY WARRANTY, INCLUDING, WITHOUT LIMITATION, ANY
+# WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR
+# ANY OTHER WARRANTY, WHETHER EXPRESS OR IMPLIED.  IN NO EVENT WILL
+# OPENVISION HAVE ANY LIABILITY FOR ANY LOST PROFITS, LOSS OF DATA OR
+# COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY
+# SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS
+# AGREEMENT, INCLUDING, WITHOUT LIMITATION, THOSE RESULTING FROM THE
+# USE OF THE SOURCE CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM,
+# OR FOR ANY OTHER REASON.
+#
+# OpenVision retains all rights, title, and interest in the donated
+# Source Code.  With respect to OpenVision's copyrights in the donated
+# Source Code, OpenVision also retains rights to derivative works of
+# the Source Code whether created by OpenVision or a third party.
+#
+# OpenVision Technologies, Inc. has donated this Kerberos
+# Administration system to MIT for inclusion in the standard Kerberos 5
+# distribution. This donation underscores our commitment to continuing
+# Kerberos technology development and our gratitude for the valuable
+# work which has been performed by MIT and the Kerberos community.
+#
 
 CFLAGS = $(CCOPTS) -DUSE_MASTER  $(DEFS) $(LOCALINCLUDE)
 
@@ -48,16 +59,22 @@
 	$(LD) -o krb524test $(LDFLAGS) $(LDARGS) test.o $(LIBS)
 
 krb524d: krb524d.o $(DEPLIBS)
-	$(LD) -o krb524d krb524d.o $(LDFLAGS) $(LDARGS) $(LIBS)
+	$(LD) -o krb524d krb524d.o $(LDFLAGS) $(LDARGS) $(LIBS) -lmisc
 
 k524init: k524init.o $(DEPLIBS)
-	$(LD) -o k524init $(LDFLAGS) $(LDARGS) k524init.o $(LIBS)
+	$(LD) -o k524init $(LDFLAGS) $(LDARGS) k524init.o $(LIBS) -lmisc
 
-install::
+install-all install-kdc install-server install-client install::
 	$(INSTALL_DATA) libkrb524.a $(DESTDIR)$(KRB5_LIBDIR)/libkrb524.a
+	$(INSTALL_PROGRAM) k524init $(DESTDIR)$(CLIENT_BINDIR)/krb524init
+	$(INSTALL_DATA) $(srcdir)/k524init.M \
+		$(DESTDIR)$(CLIENT_MANDIR)/krb524init.1
+	$(INSTALL_DATA) $(srcdir)/krb524d.M \
+		$(DESTDIR)$(ADMIN_MANDIR)/krb524d.8
+
+install-all install-kdc install::
 	$(RANLIB) $(DESTDIR)$(KRB5_LIBDIR)/libkrb524.a
 	$(INSTALL_PROGRAM) krb524d $(DESTDIR)$(SERVER_BINDIR)/krb524d
-	$(INSTALL_PROGRAM) k524init $(DESTDIR)$(CLIENT_BINDIR)/krb524init
 
 clean::
 	$(RM) libkrb524.a $(OBJS) $(GENS) core *~ *.bak #*
