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, 2 insertions, 0 deletions
diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile
index ac49efa25..7cbe5d84a 100644
--- a/src/lib/crypto/des/Imakefile
+++ b/src/lib/crypto/des/Imakefile
@@ -36,6 +36,8 @@ VERIFYOBJ = verify.o
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
NormalProgramTarget(verify, $(VERIFYOBJ), libdes.a, libdes.a, -lcom_err)