summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/des/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile
index 7cbe5d84a..1b9c85f61 100644
--- a/src/lib/crypto/des/Imakefile
+++ b/src/lib/crypto/des/Imakefile
@@ -38,7 +38,7 @@ NormalLibraryTarget(des,$(OBJS))
$(SRCS): fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h
-EXTRA_LIBRARIES = $(TOP)/error_tables/libkrberrs.a
+EXTRA_LIBRARIES = $(TOP)/error_tables/*.o
NormalProgramTarget(verify, $(VERIFYOBJ), libdes.a, libdes.a, -lcom_err)