diff options
| author | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:11:00 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:11:00 +0000 |
| commit | 2b91c3c0893a8b4887a66e24b2a1f2038de12bfb (patch) | |
| tree | ecb758cd0371f94a3f0a47159e4ad286416f99d5 /src | |
| parent | f2cdf59323862bcf8f8d2ee8b73e4495712ba646 (diff) | |
| download | krb5-2b91c3c0893a8b4887a66e24b2a1f2038de12bfb.tar.gz krb5-2b91c3c0893a8b4887a66e24b2a1f2038de12bfb.tar.xz krb5-2b91c3c0893a8b4887a66e24b2a1f2038de12bfb.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@11033 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/bsd/ChangeLog | 5 | ||||
| -rw-r--r-- | src/appl/bsd/Makefile.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 8f7e9a8fc8..72e03fe855 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/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-24 Marc Horowitz <marc@mit.edu> * login.c: update to new get_creds API diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in index 0bd0765093..06ba4a5720 100644 --- a/src/appl/bsd/Makefile.in +++ b/src/appl/bsd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=appl/bsd +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(DEFINES) LOCALINCLUDE=@KRB4_INCLUDES@ |
