diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-03-02 18:29:24 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-03-02 18:29:24 +0000 |
| commit | 37bb6df342a0ffc381869291fd0f8b6589b331c2 (patch) | |
| tree | d0de8c636add611e424624f6604ce138b2edf7b4 /src/appl/telnet | |
| parent | b987cf7946de06a57146a93679ae1742359302b4 (diff) | |
Remove reference to $(ISODELIB)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5061 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/telnet')
| -rw-r--r-- | src/appl/telnet/telnet/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/telnet/telnet/Makefile.in | 2 | ||||
| -rw-r--r-- | src/appl/telnet/telnetd/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/telnet/telnetd/Makefile.in | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 8fcb5ed2d..856f04eec 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 2 12:30:14 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). + Wed Mar 1 16:25:34 1995 Theodore Y. Ts'o <tytso@dcl> * configure.in: Remove ISODE_INCLUDE and ISODE_DEFS, replace check diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in index 22c21b41c..c8047f57b 100644 --- a/src/appl/telnet/telnet/Makefile.in +++ b/src/appl/telnet/telnet/Makefile.in @@ -27,7 +27,7 @@ CFLAGS = $(CCOPTS) $(AUTH_DEF) $(OTHERDEFS) $(DEFS) $(LOCALINCLUDES) ARPA_TELNET= $(srcdir)/../arpa/telnet.h COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a K4LIB = @K4LIB@ -KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) +KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) SRCS= commands.c main.c network.c ring.c \ diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index 7b3601cf9..331af6d85 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 2 12:30:32 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). + Wed Mar 1 16:25:58 1995 Theodore Y. Ts'o <tytso@dcl> * configure.in: Remove ISODE_INCLUDE and ISODE_DEFS, replace check diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in index 893dd5707..89716df79 100644 --- a/src/appl/telnet/telnetd/Makefile.in +++ b/src/appl/telnet/telnetd/Makefile.in @@ -27,7 +27,7 @@ CFLAGS = $(CCOPTS) $(AUTH_DEF) $(OTHERDEFS) $(DEFS) $(LOCALINCLUDES) ARPA_TELNET= $(srcdir)/../arpa/telnet.h COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a K4LIB = @K4LIB@ -KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) +KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) SRCS= $(srcdir)/telnetd.c \ |
