aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/aes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/aes/Makefile')
-rw-r--r--crypto/openssl/crypto/aes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/aes/Makefile b/crypto/openssl/crypto/aes/Makefile
index 45ede0a0b459..b3a95812af3b 100644
--- a/crypto/openssl/crypto/aes/Makefile
+++ b/crypto/openssl/crypto/aes/Makefile
@@ -106,6 +106,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)