summaryrefslogtreecommitdiffstats
path: root/src/appl
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-09-02 00:14:07 +0000
committerKen Raeburn <raeburn@mit.edu>2001-09-02 00:14:07 +0000
commitde94414b177cd100c4cc58d2a2335dc411b4246b (patch)
tree0806be57aa58a6ee7e3943f5806b0ab16301df4b /src/appl
parentf31cedcf833529c6c402be4ef17d815460c16beb (diff)
downloadkrb5-de94414b177cd100c4cc58d2a2335dc411b4246b.tar.gz
krb5-de94414b177cd100c4cc58d2a2335dc411b4246b.tar.xz
krb5-de94414b177cd100c4cc58d2a2335dc411b4246b.zip
dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13726 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/bsd/ChangeLog4
-rw-r--r--src/appl/bsd/Makefile.in55
-rw-r--r--src/appl/gss-sample/ChangeLog4
-rw-r--r--src/appl/gss-sample/Makefile.in14
-rw-r--r--src/appl/gssftp/ftp/Makefile.in27
-rw-r--r--src/appl/gssftp/ftpd/Makefile.in30
-rw-r--r--src/appl/telnet/libtelnet/Makefile.in42
-rw-r--r--src/appl/telnet/telnet/ChangeLog4
-rw-r--r--src/appl/telnet/telnet/Makefile.in42
-rw-r--r--src/appl/telnet/telnetd/Makefile.in47
10 files changed, 263 insertions, 6 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 2c0d9846f..0b2e2219d 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-01 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (SRCS): Use $(srcdir).
+
2001-07-23 Ezra Peisach <epeisach@mit.edu>
* setenv.c (setenv): Include stdlib.h for malloc prototypes.
diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in
index 7e3258302..e6eefd374 100644
--- a/src/appl/bsd/Makefile.in
+++ b/src/appl/bsd/Makefile.in
@@ -15,8 +15,10 @@ V4RCP=@V4RCP@
V4RCPO=@V4RCPO@
KRSHDLIBS=@KRSHDLIBS@
-SRCS= krcp.c krlogin.c krsh.c kcmd.c forward.c $(SETENVSRC) \
- login.c krshd.c krlogind.c v4rcp.c
+SRCS= $(srcdir)/krcp.c $(srcdir)/krlogin.c $(srcdir)/krsh.c $(srcdir)/kcmd.c \
+ $(srcdir)/forward.c \
+ $(srcdir)/login.c $(srcdir)/krshd.c $(srcdir)/krlogind.c \
+ $(srcdir)/v4rcp.c
OBJS= krcp.o krlogin.o krsh.o kcmd.o forward.o $(SETENVOBJ) \
login.o krshd.o krlogind.o $(V4RCPO) $(LIBOBJS)
@@ -93,3 +95,52 @@ install::
getdtablesize.o: $(srcdir)/getdtablesize.c
kcmd.o krcp.o krlogin.o krlogind.o krsh.o krshd.o forward.o: defines.h
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+krcp.o: 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
+krlogin.o: 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
+krsh.o: 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
+kcmd.o: 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
+forward.o: 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
+login.o: 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 \
+ $(BUILDTOP)/include/krb524.h $(BUILDTOP)/include/krb524_err.h \
+ loginpaths.h
+krshd.o: 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
+krlogind.o: 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
+v4rcp.o: 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 $(SRCTOP)/include/kerberosIV/des.h \
+ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/kerberosIV/krbports.h \
+ rpaths.h
+
diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog
index ecf441a49..11cab8ba9 100644
--- a/src/appl/gss-sample/ChangeLog
+++ b/src/appl/gss-sample/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-01 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (SRCS): Use srcdir.
+
2001-06-18 Ezra Peisach <epeisach@mit.edu>
* gss-client.c (parse_oid): Cast argument to isdigit() to int.
diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in
index 8944ab7f1..d592bab67 100644
--- a/src/appl/gss-sample/Makefile.in
+++ b/src/appl/gss-sample/Makefile.in
@@ -7,7 +7,7 @@ DEFINES = -DUSE_AUTOCONF_H -DGSSAPI_V2
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
-SRCS= gss-client.c gss-misc.c gss-server.c
+SRCS= $(srcdir)/gss-client.c $(srcdir)/gss-misc.c $(srcdir)/gss-server.c
OBJS= gss-client.o gss-misc.o gss-server.o
@@ -32,3 +32,15 @@ clean-unix::
install-unix::
$(INSTALL_PROGRAM) gss-client $(DESTDIR)$(CLIENT_BINDIR)/gss-client
$(INSTALL_PROGRAM) gss-server $(DESTDIR)$(SERVER_BINDIR)/gss-server
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+gss-client.o: gss-client.c $(BUILDTOP)/include/gssapi/gssapi_generic.h \
+ $(BUILDTOP)/include/gssapi/gssapi.h gss-misc.h
+gss-misc.o: gss-misc.c $(BUILDTOP)/include/gssapi/gssapi_generic.h \
+ $(BUILDTOP)/include/gssapi/gssapi.h gss-misc.h
+gss-server.o: gss-server.c $(BUILDTOP)/include/gssapi/gssapi_generic.h \
+ $(BUILDTOP)/include/gssapi/gssapi.h gss-misc.h
+
diff --git a/src/appl/gssftp/ftp/Makefile.in b/src/appl/gssftp/ftp/Makefile.in
index 5bc282f55..fad6bc4ce 100644
--- a/src/appl/gssftp/ftp/Makefile.in
+++ b/src/appl/gssftp/ftp/Makefile.in
@@ -69,3 +69,30 @@ radix.o: $(srcdir)/radix.c
secure.o: $(srcdir)/secure.c
# NOPOSTFIX
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+cmds.o: cmds.c $(SRCTOP)/include/port-sockets.h $(SRCTOP)/appl/gssftp/arpa/ftp.h \
+ ftp_var.h pathnames.h
+cmdtab.o: cmdtab.c ftp_var.h
+domacro.o: domacro.c ftp_var.h
+ftp.o: ftp.c $(SRCTOP)/appl/gssftp/arpa/ftp.h $(SRCTOP)/appl/gssftp/arpa/telnet.h \
+ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/kerberosIV/krb.h \
+ $(SRCTOP)/include/kerberosIV/des.h $(BUILDTOP)/include/gssapi/gssapi.h \
+ $(BUILDTOP)/include/gssapi/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi_krb5.h \
+ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+ $(BUILDTOP)/include/com_err.h ftp_var.h secure.h
+getpass.o: getpass.c ftp_var.h
+glob.o: glob.c ftp_var.h
+main.o: main.c ftp_var.h $(SRCTOP)/appl/gssftp/arpa/ftp.h \
+ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/kerberosIV/krb.h \
+ $(SRCTOP)/include/kerberosIV/des.h
+radix.o: radix.c ftp_var.h
+ruserpass.o: ruserpass.c ftp_var.h
+secure.o: secure.c $(BUILDTOP)/include/gssapi/gssapi.h \
+ $(BUILDTOP)/include/gssapi/gssapi_generic.h secure.h \
+ $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \
+ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/appl/gssftp/arpa/ftp.h
+
diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in
index eb66bbb6c..dbc307dec 100644
--- a/src/appl/gssftp/ftpd/Makefile.in
+++ b/src/appl/gssftp/ftpd/Makefile.in
@@ -74,3 +74,33 @@ popen.o: $(srcdir)/popen.c
vers.o: $(srcdir)/vers.c
# NOPOSTFIX
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+ftpd.o: ftpd.c $(SRCTOP)/appl/gssftp/arpa/ftp.h $(SRCTOP)/appl/gssftp/arpa/telnet.h \
+ $(SRCTOP)/include/syslog.h pathnames.h $(BUILDTOP)/include/libpty.h \
+ $(SRCTOP)/include/k5-util.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
+ftpcmd.o: ftpcmd.c $(SRCTOP)/appl/gssftp/arpa/ftp.h \
+ $(SRCTOP)/include/syslog.h ftpd_var.h $(BUILDTOP)/include/gssapi/gssapi.h \
+ $(BUILDTOP)/include/gssapi/gssapi_generic.h $(SRCTOP)/include/kerberosIV/krb.h \
+ $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \
+ $(SRCTOP)/appl/gssftp/arpa/telnet.h
+popen.o: popen.c ftpd_var.h $(BUILDTOP)/include/gssapi/gssapi.h \
+ $(BUILDTOP)/include/gssapi/gssapi_generic.h
+vers.o: vers.c
+glob.o: $(srcdir)/../ftp/glob.c $(SRCTOP)/appl/gssftp/ftp/ftp_var.h
+radix.o: $(srcdir)/../ftp/radix.c $(SRCTOP)/appl/gssftp/ftp/ftp_var.h
+secure.o: $(srcdir)/../ftp/secure.c $(BUILDTOP)/include/gssapi/gssapi.h \
+ $(BUILDTOP)/include/gssapi/gssapi_generic.h secure.h \
+ $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \
+ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/appl/gssftp/arpa/ftp.h
+getdtablesize.o: $(srcdir)/../../bsd/getdtablesize.c
+
diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in
index 48bbe539a..cddb131ef 100644
--- a/src/appl/telnet/libtelnet/Makefile.in
+++ b/src/appl/telnet/libtelnet/Makefile.in
@@ -85,3 +85,45 @@ enc_des.o: encrypt.h
enc_des.o: key-proto.h
enc_des.o: misc-proto.h
install::
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+auth.o: auth.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ encrypt.h enc-proto.h auth.h auth-proto.h misc-proto.h
+encrypt.o: encrypt.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ encrypt.h enc-proto.h misc.h misc-proto.h
+genget.o: genget.c misc.h misc-proto.h
+misc.o: misc.c misc.h misc-proto.h auth.h auth-proto.h \
+ encrypt.h enc-proto.h
+kerberos.o: kerberos.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+ $(BUILDTOP)/include/com_err.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/kerberosIV/krb.h \
+ $(SRCTOP)/include/port-sockets.h encrypt.h enc-proto.h \
+ auth.h auth-proto.h misc.h misc-proto.h
+kerberos5.o: kerberos5.c $(SRCTOP)/appl/telnet/arpa/telnet.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/syslog.h \
+ encrypt.h enc-proto.h auth.h auth-proto.h misc.h misc-proto.h \
+ krb5forw.h
+forward.o: 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 krb5forw.h
+spx.o: spx.c misc-proto.h
+enc_des.o: enc_des.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+ $(BUILDTOP)/include/com_err.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ encrypt.h enc-proto.h key-proto.h misc-proto.h
+setenv.o: setenv.c misc-proto.h
+getent.o: getent.c gettytab.h
+parsetos.o: parsetos.c misc-proto.h
+strdup.o: strdup.c
+strcasecmp.o: strcasecmp.c
+strchr.o: strchr.c
+strrchr.o: strrchr.c
+strftime.o: strftime.c
+strerror.o: strerror.c
+
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog
index d7d87fb0c..b10f245ed 100644
--- a/src/appl/telnet/telnet/ChangeLog
+++ b/src/appl/telnet/telnet/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-01 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (SRCS): Use $(srcdir).
+
2001-08-30 Ken Raeburn <raeburn@mit.edu>
* commands.c: Include netdb.h and fake-addrinfo.c.
diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in
index a1fd6f51a..f3fcd7eed 100644
--- a/src/appl/telnet/telnet/Makefile.in
+++ b/src/appl/telnet/telnet/Makefile.in
@@ -33,9 +33,9 @@ ARPA_TELNET= $(srcdir)/../arpa/telnet.h
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
-SRCS= authenc.c commands.c main.c network.c ring.c \
- sys_bsd.c telnet.c terminal.c \
- utilities.c $(GETOPT_SRC)
+SRCS= $(srcdir)/authenc.c $(srcdir)/commands.c $(srcdir)/main.c $(srcdir)/network.c $(srcdir)/ring.c \
+ $(srcdir)/sys_bsd.c $(srcdir)/telnet.c $(srcdir)/terminal.c \
+ $(srcdir)/utilities.c $(GETOPT_SRC)
ALLHC= $(SRCS) \
defines.h externs.h fdset.h general.h \
ring.h types.h
@@ -70,3 +70,39 @@ telnet.o: defines.h externs.h general.h ring.h types.h $(ARPA_TELNET)
terminal.o: externs.h ring.h types.h $(ARPA_TELNET)
tn3270.o: defines.h externs.h fdset.h general.h ring.h $(ARPA_TELNET)
utilities.o: defines.h externs.h fdset.h general.h ring.h $(ARPA_TELNET)
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+authenc.o: authenc.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/appl/telnet/libtelnet/encrypt.h $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h \
+ $(SRCTOP)/appl/telnet/libtelnet/misc.h $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h \
+ general.h ring.h externs.h defines.h types.h
+commands.o: commands.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ general.h ring.h externs.h defines.h types.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \
+ $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \
+ $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h \
+ $(SRCTOP)/include/fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h \
+ $(SRCTOP)/include/port-sockets.h
+main.o: main.c $(SRCTOP)/appl/telnet/libtelnet/auth.h \
+ $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \
+ $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h ring.h \
+ externs.h defines.h
+network.o: network.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ ring.h defines.h externs.h fdset.h
+ring.o: ring.c ring.h general.h
+sys_bsd.o: sys_bsd.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ ring.h fdset.h defines.h externs.h types.h
+telnet.o: telnet.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ ring.h defines.h externs.h types.h general.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \
+ $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \
+ $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h
+terminal.o: terminal.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ ring.h externs.h types.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \
+ $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h
+utilities.o: utilities.c $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ general.h fdset.h ring.h defines.h externs.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \
+ $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \
+ $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h
+
diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in
index 01bd66afd..09cfd3aed 100644
--- a/src/appl/telnet/telnetd/Makefile.in
+++ b/src/appl/telnet/telnetd/Makefile.in
@@ -80,3 +80,50 @@ sys_term.o: telnetd.h pathnames.h defs.h ext.h $(ARPA_TELNET)
telnetd.o: telnetd.h defs.h ext.h $(ARPA_TELNET)
termstat.o: telnetd.h defs.h ext.h $(ARPA_TELNET)
utility.o: telnetd.h defs.h ext.h $(ARPA_TELNET)
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+telnetd.o: telnetd.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/syslog.h ext.h pathnames.h $(SRCTOP)/include/fake-addrinfo.c \
+ $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/port-sockets.h \
+ $(BUILDTOP)/include/libpty.h $(BUILDTOP)/include/com_err.h \
+ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+ $(SRCTOP)/appl/telnet/libtelnet/auth.h $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h \
+ $(SRCTOP)/appl/telnet/libtelnet/encrypt.h $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h \
+ $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h
+termio-tn.o: termio-tn.c
+termios-tn.o: termios-tn.c
+state.o: state.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/syslog.h ext.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \
+ $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \
+ $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h
+termstat.o: termstat.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/syslog.h ext.h
+slc.o: slc.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/syslog.h ext.h
+sys_term.o: sys_term.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/syslog.h ext.h pathnames.h $(BUILDTOP)/include/com_err.h \
+ $(BUILDTOP)/include/libpty.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \
+ $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/include/k5-int.h \
+ $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5.h \
+ $(BUILDTOP)/include/profile.h $(SRCTOP)/include/krb5/kdb.h
+utility.o: utility.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/syslog.h ext.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \
+ $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \
+ $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h
+global.o: global.c defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/syslog.h ext.h
+authenc.o: authenc.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \
+ $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/syslog.h ext.h $(SRCTOP)/appl/telnet/libtelnet/misc.h \
+ $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h
+