summaryrefslogtreecommitdiff
path: root/crypto/store/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store/Makefile')
-rw-r--r--crypto/store/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/store/Makefile b/crypto/store/Makefile
index 0dcfd78..5bc7ca7 100644
--- a/crypto/store/Makefile
+++ b/crypto/store/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)