summaryrefslogtreecommitdiff
path: root/crypto/asn1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/Makefile')
-rw-r--r--crypto/asn1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/Makefile b/crypto/asn1/Makefile
index f778700..d774f78 100644
--- a/crypto/asn1/Makefile
+++ b/crypto/asn1/Makefile
@@ -93,6 +93,8 @@ tests:
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
+update: depend
+
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by top Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)