summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/des/Imakefile')
-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 20ea0b96e5..ad75191f4a 100644
--- a/src/lib/crypto/des/Imakefile
+++ b/src/lib/crypto/des/Imakefile
@@ -47,7 +47,7 @@ EXT_LIB = $(TOP)/error_tables/krb5_err.o \
$(TOP)/error_tables/isode_err.o \
$(TOP)/lib/cryptoconf.o \
$(TOP)/lib/crc-32/libcrc32.a \
- libdes.a -lcom_err
+ libdes.a $(COMERRLIB)
NormalProgramTarget(verify, $(VERIFYOBJ), ,$(EXT_LIB),)