summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/ChangeLog6
-rw-r--r--src/lib/crypto/Makefile.in2
2 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index 298030de3..e72ad10b1 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,9 @@
+Wed Feb 7 00:23:18 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in: Folded in danw's changes to allow
+ building Makefiles for the Macintosh. We now can build
+ MPW makefiles which are interpreted by CodeWarrior.
+
Mon Nov 13 11:30:10 1995 Theodore Y. Ts'o <tytso@dcl>
* encrypt_data.c (krb5_encrypt_data): New file. A generic routine
diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in
index a58563ddc..5cb619e0e 100644
--- a/src/lib/crypto/Makefile.in
+++ b/src/lib/crypto/Makefile.in
@@ -3,6 +3,8 @@ CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/crc32 -I$(srcdir)/des -I$(srcdir)/md4 -I$
##DOSBUILDTOP = ..\..
##DOSLIBNAME=crypto.lib
+MAC_SUBDIRS = des md4 md5 crc32 os
+
TST=if test -n "`cat DONE`" ; then
.c.o: