From 2b91c3c0893a8b4887a66e24b2a1f2038de12bfb Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 13 Nov 1998 21:11:00 +0000 Subject: [PATCH] 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 --- src/appl/bsd/ChangeLog | 5 +++++ src/appl/bsd/Makefile.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 8f7e9a8fc..72e03fe85 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-24 Marc Horowitz * login.c: update to new get_creds API diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in index 0bd076509..06ba4a572 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@ -- 2.26.2