aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/ripemd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/ripemd/Makefile')
-rw-r--r--crypto/openssl/crypto/ripemd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/ripemd/Makefile b/crypto/openssl/crypto/ripemd/Makefile
index 25140b2a73e2..1c3f094bb088 100644
--- a/crypto/openssl/crypto/ripemd/Makefile
+++ b/crypto/openssl/crypto/ripemd/Makefile
@@ -69,6 +69,8 @@ tests:
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
+update: depend
+
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)