From: Theodore Tso Date: Thu, 6 Jun 1996 04:09:22 +0000 (+0000) Subject: Include sha in the list of subdirectories for the Macintosh X-Git-Tag: krb5-1.0-beta6~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f19c31680fdd625af41e804bf52d45b5fed45ea4;p=krb5.git Include sha in the list of subdirectories for the Macintosh git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8242 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 6dda42752..d8c97f5f5 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 6 00:03:05 1996 Theodore Y. Ts'o + + * Makefile.in (MAC_SUBDIRS): Include sha in the list of + subdirectories for the Macintosh + Mon May 20 10:59:23 1996 Tom Yu * Makefile.in (libcrypto.$(STEXT): deal with new improved diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in index c34af0316..e4ec74294 100644 --- a/src/lib/crypto/Makefile.in +++ b/src/lib/crypto/Makefile.in @@ -3,7 +3,7 @@ CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/crc32 -I$(srcdir)/des -I$(srcdir)/md4 -I$ ##DOSBUILDTOP = ..\.. ##DOSLIBNAME=crypto.lib -MAC_SUBDIRS = des md4 md5 crc32 os +MAC_SUBDIRS = des sha md4 md5 crc32 os TST=if test -n "`cat DONE`" ; then