summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-22 00:48:39 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-22 00:48:39 +0000
commit189ad2bf4dcc2e4b87c669f7d71f5c34488d4669 (patch)
tree4d61b6451c072a4a22e341b8f42474171dbe8417 /src
parent5c154acb2f714ce3dc803f7c781de618e16b0c21 (diff)
downloadkrb5-189ad2bf4dcc2e4b87c669f7d71f5c34488d4669.tar.gz
krb5-189ad2bf4dcc2e4b87c669f7d71f5c34488d4669.tar.xz
krb5-189ad2bf4dcc2e4b87c669f7d71f5c34488d4669.zip
Added the profile directory for the profile routines
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5437 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ChangeLog4
-rw-r--r--src/lib/krb5/Makefile.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/krb5/ChangeLog b/src/lib/krb5/ChangeLog
index 2f3e0b6284..0c8d20a8c6 100644
--- a/src/lib/krb5/ChangeLog
+++ b/src/lib/krb5/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 21 20:47:35 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * Makefile.in: Added the profile directory for the profile routines.
+
Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: cleaned up for the PC
diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in
index bd8358753b..67f5157a41 100644
--- a/src/lib/krb5/Makefile.in
+++ b/src/lib/krb5/Makefile.in
@@ -4,7 +4,7 @@
TST=if test -n "`cat DONE`" ; then
LIB_SUBDIRS= error_tables asn.1 ccache ccache/stdio ccache/file \
- keytab keytab/file krb rcache free os posix
+ keytab keytab/file krb rcache free os posix $(BUILDTOP)/util/profile
LIBUPDATE= $(BUILDTOP)/util/libupdate
all:: all-$(WHAT)
@@ -19,7 +19,8 @@ libkrb5_ranlib: libkrb5.a
libkrb5.a: error_tables/DONE asn.1/DONE ccache/DONE ccache/stdio/DONE \
ccache/file/DONE keytab/DONE keytab/file/DONE krb/DONE \
- rcache/DONE free/DONE os/DONE posix/DONE
+ rcache/DONE free/DONE os/DONE posix/DONE \
+ $(BUILDTOP)/util/profile/DONE
if test -f $@ ; then \
for i in $(LIB_SUBDIRS) ; \
do \