aboutsummaryrefslogtreecommitdiff
path: root/crypto/buffer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/buffer/Makefile')
-rw-r--r--crypto/buffer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/buffer/Makefile b/crypto/buffer/Makefile
index 2efba47f0700..352efb841ffb 100644
--- a/crypto/buffer/Makefile
+++ b/crypto/buffer/Makefile
@@ -61,6 +61,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)