summaryrefslogtreecommitdiffstats
path: root/crypto/jpake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/jpake/Makefile')
-rw-r--r--crypto/jpake/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/jpake/Makefile b/crypto/jpake/Makefile
index 1f01d73215..3a7b5aecf9 100644
--- a/crypto/jpake/Makefile
+++ b/crypto/jpake/Makefile
@@ -27,6 +27,8 @@ lib: $(LIBOBJ)
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
+update: depend
+
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)