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