summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/Makefile')
-rw-r--r--crypto/rsa/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rsa/Makefile b/crypto/rsa/Makefile
index 6c33a0478d..65d243d59d 100644
--- a/crypto/rsa/Makefile
+++ b/crypto/rsa/Makefile
@@ -51,6 +51,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)