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