summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-03-26 22:38:03 +0000
committerKen Raeburn <raeburn@mit.edu>2002-03-26 22:38:03 +0000
commitdd2e2b69cf7f52e40c2d44072d9065ff3da913f0 (patch)
tree60383a0c28ec3e339c4e0e2824c72f58f6704e63 /src
parent126757160d1cf1f66e7109c50c53058005a08520 (diff)
downloadkrb5-dd2e2b69cf7f52e40c2d44072d9065ff3da913f0.tar.gz
krb5-dd2e2b69cf7f52e40c2d44072d9065ff3da913f0.tar.xz
krb5-dd2e2b69cf7f52e40c2d44072d9065ff3da913f0.zip
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14292 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/Makefile.in26
-rw-r--r--src/appl/gssftp/ftpd/Makefile.in1
-rw-r--r--src/appl/telnet/telnet/Makefile.in5
-rw-r--r--src/appl/telnet/telnetd/Makefile.in10
-rw-r--r--src/lib/gssapi/krb5/Makefile.in4
-rw-r--r--src/lib/krb5/os/Makefile.in2
-rw-r--r--src/util/pty/Makefile.in3
7 files changed, 30 insertions, 21 deletions
diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in
index ca0750c456..2357485ea3 100644
--- a/src/appl/bsd/Makefile.in
+++ b/src/appl/bsd/Makefile.in
@@ -104,44 +104,52 @@ $(OUTPRE)krcp.$(OBJEXT): krcp.c $(BUILDTOP)/include/krb5.h \
$(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
$(SRCTOP)/include/k5-util.h $(SRCTOP)/include/kerberosIV/krb.h \
$(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \
- defines.h
+ defines.h $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/socket-utils.h \
+ $(BUILDTOP)/include/krb5/autoconf.h
$(OUTPRE)krlogin.$(OBJEXT): krlogin.c $(BUILDTOP)/include/krb5.h \
$(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \
- $(SRCTOP)/include/port-sockets.h defines.h rpaths.h
+ $(SRCTOP)/include/port-sockets.h defines.h $(SRCTOP)/include/fake-addrinfo.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ rpaths.h
$(OUTPRE)krsh.$(OBJEXT): krsh.c $(BUILDTOP)/include/krb5.h \
$(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \
- $(SRCTOP)/include/port-sockets.h defines.h
+ $(SRCTOP)/include/port-sockets.h defines.h $(SRCTOP)/include/fake-addrinfo.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h
$(OUTPRE)kcmd.$(OBJEXT): kcmd.c $(BUILDTOP)/include/krb5.h \
$(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \
- $(SRCTOP)/include/port-sockets.h defines.h
+ $(SRCTOP)/include/port-sockets.h defines.h $(SRCTOP)/include/fake-addrinfo.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h
$(OUTPRE)forward.$(OBJEXT): forward.c $(SRCTOP)/include/k5-int.h \
$(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
- defines.h
+ defines.h $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/port-sockets.h \
+ $(SRCTOP)/include/socket-utils.h
$(OUTPRE)login.$(OBJEXT): login.c $(BUILDTOP)/include/libpty.h \
$(SRCTOP)/include/syslog.h $(SRCTOP)/include/k5-int.h \
$(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \
- $(SRCTOP)/include/port-sockets.h \
- loginpaths.h
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb524.h \
+ $(BUILDTOP)/include/krb524_err.h loginpaths.h
$(OUTPRE)krshd.$(OBJEXT): krshd.c $(BUILDTOP)/include/libpty.h \
$(SRCTOP)/include/syslog.h $(BUILDTOP)/include/krb5.h \
$(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
loginpaths.h $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/k5-util.h \
- defines.h
+ defines.h $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/socket-utils.h \
+ $(BUILDTOP)/include/krb5/autoconf.h
$(OUTPRE)krlogind.$(OBJEXT): krlogind.c $(SRCTOP)/include/syslog.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(SRCTOP)/include/kerberosIV/krb.h \
$(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \
$(BUILDTOP)/include/libpty.h $(SRCTOP)/include/k5-util.h \
- defines.h
+ defines.h $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/socket-utils.h \
+ $(BUILDTOP)/include/krb5/autoconf.h
$(OUTPRE)v4rcp.$(OBJEXT): v4rcp.c $(BUILDTOP)/include/krb5.h \
$(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
$(SRCTOP)/include/k5-util.h $(SRCTOP)/include/kerberosIV/krb.h \
diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in
index ba2e219e67..d6027f89ff 100644
--- a/src/appl/gssftp/ftpd/Makefile.in
+++ b/src/appl/gssftp/ftpd/Makefile.in
@@ -85,6 +85,7 @@ $(OUTPRE)ftpd.$(OBJEXT): ftpd.c $(srcdir)/../arpa/ftp.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(SRCTOP)/include/kerberosIV/krb.h \
$(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \
+ $(BUILDTOP)/include/krb524.h $(BUILDTOP)/include/krb524_err.h \
$(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/gssapi/gssapi_generic.h \
$(BUILDTOP)/include/gssapi/gssapi_krb5.h ftpd_var.h \
secure.h
diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in
index c9766b5b65..e14e644ba6 100644
--- a/src/appl/telnet/telnet/Makefile.in
+++ b/src/appl/telnet/telnet/Makefile.in
@@ -83,9 +83,8 @@ $(OUTPRE)commands.$(OBJEXT): commands.c $(srcdir)/../arpa/telnet.h \
general.h ring.h externs.h defines.h types.h $(srcdir)/../libtelnet/auth.h \
$(srcdir)/../libtelnet/auth-proto.h $(srcdir)/../libtelnet/encrypt.h \
$(srcdir)/../libtelnet/enc-proto.h $(srcdir)/../libtelnet/misc-proto.h \
- $(SRCTOP)/include/fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h \
- $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
- $(BUILDTOP)/include/krb5/autoconf.h
+ $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/port-sockets.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h
$(OUTPRE)main.$(OBJEXT): main.c $(srcdir)/../libtelnet/auth.h \
$(srcdir)/../libtelnet/auth-proto.h $(srcdir)/../libtelnet/encrypt.h \
$(srcdir)/../libtelnet/enc-proto.h ring.h externs.h \
diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in
index 818636b6c1..cf2a86bdb4 100644
--- a/src/appl/telnet/telnetd/Makefile.in
+++ b/src/appl/telnet/telnetd/Makefile.in
@@ -89,11 +89,11 @@ $(OUTPRE)telnetd.$(OBJEXT): telnetd.c telnetd.h defs.h \
$(srcdir)/../arpa/telnet.h $(SRCTOP)/include/socket-utils.h \
$(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/syslog.h \
ext.h pathnames.h $(BUILDTOP)/include/libpty.h $(BUILDTOP)/include/com_err.h \
- $(SRCTOP)/include/fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h \
- $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5.h \
- $(BUILDTOP)/include/profile.h $(srcdir)/../libtelnet/auth.h \
- $(srcdir)/../libtelnet/auth-proto.h $(srcdir)/../libtelnet/encrypt.h \
- $(srcdir)/../libtelnet/enc-proto.h $(srcdir)/../libtelnet/misc-proto.h
+ $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/port-sockets.h \
+ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+ $(srcdir)/../libtelnet/auth.h $(srcdir)/../libtelnet/auth-proto.h \
+ $(srcdir)/../libtelnet/encrypt.h $(srcdir)/../libtelnet/enc-proto.h \
+ $(srcdir)/../libtelnet/misc-proto.h
$(OUTPRE)termio-tn.$(OBJEXT): termio-tn.c
$(OUTPRE)termios-tn.$(OBJEXT): termios-tn.c
$(OUTPRE)state.$(OBJEXT): state.c telnetd.h defs.h \
diff --git a/src/lib/gssapi/krb5/Makefile.in b/src/lib/gssapi/krb5/Makefile.in
index 12255c1b45..cec11d6ecb 100644
--- a/src/lib/gssapi/krb5/Makefile.in
+++ b/src/lib/gssapi/krb5/Makefile.in
@@ -422,7 +422,9 @@ util_seqnum.so util_seqnum.po $(OUTPRE)util_seqnum.$(OBJEXT): util_seqnum.c gssa
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(srcdir)/../generic/gssapiP_generic.h \
$(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
- ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
+ ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h \
+ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/krb5/kdb.h
val_cred.so val_cred.po $(OUTPRE)val_cred.$(OBJEXT): val_cred.c gssapiP_krb5.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(srcdir)/../generic/gssapiP_generic.h \
diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in
index ca4a9a8673..659ede750f 100644
--- a/src/lib/krb5/os/Makefile.in
+++ b/src/lib/krb5/os/Makefile.in
@@ -345,7 +345,7 @@ locate_kdc.so locate_kdc.po $(OUTPRE)locate_kdc.$(OBJEXT): locate_kdc.c $(SRCTOP
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/krb5/kdb.h \
- os-proto.h $(SRCTOP)/include/fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h
+ os-proto.h $(SRCTOP)/include/fake-addrinfo.h
lock_file.so lock_file.po $(OUTPRE)lock_file.$(OBJEXT): lock_file.c $(SRCTOP)/include/k5-int.h \
$(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index cc7a51cf18..5fde549cfb 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -145,6 +145,5 @@ init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(BUILDTOP)/include/com_err.h \
sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): sane_hostname.c $(BUILDTOP)/include/com_err.h \
pty-int.h pty_err.h $(SRCTOP)/include/syslog.h libpty.h \
$(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(SRCTOP)/include/fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h \
- $(SRCTOP)/include/port-sockets.h
+ $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/port-sockets.h