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