summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
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/appl/gssftp
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/appl/gssftp')
-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
6 files changed, 21 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