aboutsummaryrefslogtreecommitdiff
path: root/src/clients/kpasswd
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 06:25:34 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 06:25:34 +0000
commit81c669036b738c29a72b599f324ef464088ed6e9 (patch)
treee32753cde02b01e6d15623004e2848202a9f5e0e /src/clients/kpasswd
parent5d97609b2b69d405b30560f12ae0ad5b7e4bafe8 (diff)
downloadkrb5-81c669036b738c29a72b599f324ef464088ed6e9.zip
krb5-81c669036b738c29a72b599f324ef464088ed6e9.tar.gz
krb5-81c669036b738c29a72b599f324ef464088ed6e9.tar.bz2
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@11081 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/kpasswd')
-rw-r--r--src/clients/kpasswd/ChangeLog5
-rw-r--r--src/clients/kpasswd/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/clients/kpasswd/ChangeLog b/src/clients/kpasswd/ChangeLog
index 6d52647..46f98c5 100644
--- a/src/clients/kpasswd/ChangeLog
+++ b/src/clients/kpasswd/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:43:41 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing whitespace from thisconfigdir. Fix
diff --git a/src/clients/kpasswd/Makefile.in b/src/clients/kpasswd/Makefile.in
index 3ee8c2e..2b74908 100644
--- a/src/clients/kpasswd/Makefile.in
+++ b/src/clients/kpasswd/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=clients/kpasswd
+mydir=kpasswd
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
PROG_LIBPATH=-L$(TOPLIBD)