From: Theodore Tso Date: Thu, 8 Jun 1995 21:57:26 +0000 (+0000) Subject: Add install target X-Git-Tag: krb5-1.0-beta6~1817 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9daa08a5184353c069a3b64a86b9ca1780f50385;p=krb5.git Add install target git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5986 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 7935002d6..63f25fc5b 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 8 17:56:34 1995 + + * Makefile.in (install): Add install target. + Fri May 26 20:07:13 1995 Theodore Y. Ts'o (tytso@dcl) * configure.in, Makefile.in: Add support for building shared libraries. diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 4247fe3de..80da3c863 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -24,6 +24,8 @@ SRCS = $(srcdir)/prof_tree.c \ LIBS = ../et/libcom_err.$(LIBEXT) +install:: + all:: all-$(WHAT) all-max:: all-unix