summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/md4/Imakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/crypto/md4/Imakefile b/src/lib/crypto/md4/Imakefile
index 21918a9d7..89cbd871b 100644
--- a/src/lib/crypto/md4/Imakefile
+++ b/src/lib/crypto/md4/Imakefile
@@ -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))
+