Makefile.in: Set the myfulldir and mydir variables (which are relative
authorTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 21:11:00 +0000 (21:11 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 21:11:00 +0000 (21:11 +0000)
to buildtop and thisconfigdir, respectively.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11033 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/Makefile.in

index 8f7e9a8fc8d3e5ac824755be8b9c75d3a8303b3f..72e03fe8550a8cd1330a8355964fc07f37ac6290 100644 (file)
@@ -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
index 0bd07650932b125593cbaa0edb983c893cdbd7cf..06ba4a57209406dd737f4f36e69d2a46d8d80c5f 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=appl/bsd
+mydir=.
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(DEFINES)
 LOCALINCLUDE=@KRB4_INCLUDES@