summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/Makefile.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 06:45:51 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 06:45:51 +0000
commit885d1ad733f466ba4e3e98c871cf8eae8110a4e0 (patch)
treef514cd319b0e66b6df548517941d5fe1014be385 /src/lib/crypto/des/Makefile.in
parent32fec992143c6253df18eebff8bc82c44af32d3e (diff)
downloadkrb5-885d1ad733f466ba4e3e98c871cf8eae8110a4e0.tar.gz
krb5-885d1ad733f466ba4e3e98c871cf8eae8110a4e0.tar.xz
krb5-885d1ad733f466ba4e3e98c871cf8eae8110a4e0.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@11083 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/Makefile.in')
-rw-r--r--src/lib/crypto/des/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/crypto/des/Makefile.in b/src/lib/crypto/des/Makefile.in
index fdef9e869..7702db231 100644
--- a/src/lib/crypto/des/Makefile.in
+++ b/src/lib/crypto/des/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=lib/crypto/des
+mydir=des
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS)