Include md4 in des library
authorJohn Carr <jfc@mit.edu>
Mon, 3 Jun 1991 16:22:01 +0000 (16:22 +0000)
committerJohn Carr <jfc@mit.edu>
Mon, 3 Jun 1991 16:22:01 +0000 (16:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2138 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/md4/Imakefile

index 21918a9d7f5845cc005e22484f9bc8be7fc45a10..89cbd871b40a00166eeebcaaaf085def50b02657 100644 (file)
@@ -16,4 +16,8 @@ SRCS= md4.c md4glue.c md4crypto.c
 
 DEFINES= $(DESDEFINES)
 
+/* Make a local copy of the md4 library and also merge it with -des5 */
 Krb5LibraryTarget(md4,$(OBJS))
+
+OtherdirLibraryTarget(..,des5,$(OBJS))
+