summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-11-13 21:05:20 +0000
committerTheodore Tso <tytso@mit.edu>1998-11-13 21:05:20 +0000
commit9af6e475823c3ef3fb245fc2deee656354168c56 (patch)
treee527d0e3c6f5fec0df08de3343bdce7f710fa202 /src
parentfdbbf181ba27f6ee3151ec46516c99d08886a1ed (diff)
downloadkrb5-9af6e475823c3ef3fb245fc2deee656354168c56.tar.gz
krb5-9af6e475823c3ef3fb245fc2deee656354168c56.tar.xz
krb5-9af6e475823c3ef3fb245fc2deee656354168c56.zip
Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11029 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/gssftp/ChangeLog5
-rw-r--r--src/appl/gssftp/Makefile.in2
-rw-r--r--src/appl/gssftp/ftp/ChangeLog5
-rw-r--r--src/appl/gssftp/ftp/Makefile.in2
-rw-r--r--src/appl/gssftp/ftpd/ChangeLog5
-rw-r--r--src/appl/gssftp/ftpd/Makefile.in2
-rw-r--r--src/appl/telnet/ChangeLog5
-rw-r--r--src/appl/telnet/Makefile.in2
-rw-r--r--src/appl/telnet/libtelnet/ChangeLog5
-rw-r--r--src/appl/telnet/libtelnet/Makefile.in2
-rw-r--r--src/appl/telnet/telnet/ChangeLog5
-rw-r--r--src/appl/telnet/telnet/Makefile.in2
-rw-r--r--src/appl/telnet/telnetd/ChangeLog5
-rw-r--r--src/appl/telnet/telnetd/Makefile.in2
14 files changed, 49 insertions, 0 deletions
diff --git a/src/appl/gssftp/ChangeLog b/src/appl/gssftp/ChangeLog
index df777252c..834b776be 100644
--- a/src/appl/gssftp/ChangeLog
+++ b/src/appl/gssftp/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
1998-05-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Add check for paths.h
diff --git a/src/appl/gssftp/Makefile.in b/src/appl/gssftp/Makefile.in
index 81a9d7559..e1f1ef915 100644
--- a/src/appl/gssftp/Makefile.in
+++ b/src/appl/gssftp/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=.
+myfulldir=appl/gssftp
+mydir=.
BUILDTOP=$(REL)$(U)$(S)$(U)
LOCAL_SUBDIRS=ftp ftpd
CFLAGS = $(CCOPTS)
diff --git a/src/appl/gssftp/ftp/ChangeLog b/src/appl/gssftp/ftp/ChangeLog
index b021129b0..f76c9894d 100644
--- a/src/appl/gssftp/ftp/ChangeLog
+++ b/src/appl/gssftp/ftp/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
1998-10-26 Marc Horowitz <marc@mit.edu>
* ftp.c (login): *always* encrypt the password, regardless
diff --git a/src/appl/gssftp/ftp/Makefile.in b/src/appl/gssftp/ftp/Makefile.in
index f86170118..73f7b3baa 100644
--- a/src/appl/gssftp/ftp/Makefile.in
+++ b/src/appl/gssftp/ftp/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=appl/gssftp/ftp
+mydir=ftp
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
#
# appl/gssftp/ftp/Makefile.in
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index 37681c479..8a0dbc8e0 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
Mon Oct 26 13:46:47 1998 Dan Winship <danw@mit.edu>
* ftpd.c (main): Add -A (require authentication, but not
diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in
index 0988bb95e..f232ad322 100644
--- a/src/appl/gssftp/ftpd/Makefile.in
+++ b/src/appl/gssftp/ftpd/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=appl/gssftp/ftpd
+mydir=ftpd
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
#
# appl/gssftp/ftpd/Makefile.in
diff --git a/src/appl/telnet/ChangeLog b/src/appl/telnet/ChangeLog
index 3095986a7..62fb2e8a0 100644
--- a/src/appl/telnet/ChangeLog
+++ b/src/appl/telnet/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
Wed Feb 18 15:36:25 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
diff --git a/src/appl/telnet/Makefile.in b/src/appl/telnet/Makefile.in
index 724399a32..6d7f9632e 100644
--- a/src/appl/telnet/Makefile.in
+++ b/src/appl/telnet/Makefile.in
@@ -1,2 +1,4 @@
thisconfigdir=.
+myfulldir=appl/telnet
+mydir=.
BUILDTOP=$(REL)$(U)$(S)$(U)
diff --git a/src/appl/telnet/libtelnet/ChangeLog b/src/appl/telnet/libtelnet/ChangeLog
index 55168c36b..c322ae945 100644
--- a/src/appl/telnet/libtelnet/ChangeLog
+++ b/src/appl/telnet/libtelnet/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
1998-10-26 Marc Horowitz <marc@mit.edu>
* enc_des.c, kerberos.c: the ECB des functions don't exist
diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in
index dc943e19b..31d98b36b 100644
--- a/src/appl/telnet/libtelnet/Makefile.in
+++ b/src/appl/telnet/libtelnet/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=.
+myfulldir=appl/telnet/libtelnet
+mydir=.
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
# derived from the original Makefile.generic
#
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog
index 7d94d0acf..a843a7f05 100644
--- a/src/appl/telnet/telnet/ChangeLog
+++ b/src/appl/telnet/telnet/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
1998-10-26 Marc Horowitz <marc@mit.edu>
* commands.c: remove calls to setuid(getuid()). This looks like
diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in
index 2a7703a2d..3654e17f4 100644
--- a/src/appl/telnet/telnet/Makefile.in
+++ b/src/appl/telnet/telnet/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=.
+myfulldir=appl/telnet/telnet
+mydir=.
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
# derived from the original Makefile.generic
#
diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog
index 02b05da2b..2ac0776cf 100644
--- a/src/appl/telnet/telnetd/ChangeLog
+++ b/src/appl/telnet/telnetd/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
Wed Aug 12 00:17:09 1998 Matthew D Hancher <mdh@mit.edu>
* Makefile.in (AUTH_DEF): Undefine LOGIN_CAP_F so that telnetd
diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in
index af56cf2e9..2fbec0e56 100644
--- a/src/appl/telnet/telnetd/Makefile.in
+++ b/src/appl/telnet/telnetd/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=.
+myfulldir=appl/telnet/telnetd
+mydir=.
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
# derived from the original Makefile.generic
#