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