summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kdc/ChangeLog5
-rw-r--r--src/kdc/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 757ac7dc5..52809a831 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/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-27 Marc Horowitz <marc@mit.edu>
* do_as_req.c, do_tgs_req.c, extern.h, kdc_preauth.c, kdc_util.c,
diff --git a/src/kdc/Makefile.in b/src/kdc/Makefile.in
index ce1bd18a9..b1b4f296a 100644
--- a/src/kdc/Makefile.in
+++ b/src/kdc/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=.
+myfulldir=kdc
+mydir=.
BUILDTOP=$(REL)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
RUN_SETUP = @KRB5_RUN_ENV@