+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
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)
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 \