summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-06-11 17:56:16 +0000
committerjkim <jkim@FreeBSD.org>2015-06-11 17:56:16 +0000
commite35879fa69c62b484f2a722838b0eb2c6355793d (patch)
tree686ec4279139441a2f9d947dceec492e54ff569c /crypto/md5
parent038f65e5fb1f35e1e485aa4781cda353c4e903f4 (diff)
downloadFreeBSD-src-e35879fa69c62b484f2a722838b0eb2c6355793d.zip
FreeBSD-src-e35879fa69c62b484f2a722838b0eb2c6355793d.tar.gz
Import OpenSSL 1.0.1n.
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index b9e2ce9..0f87dbd 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -76,6 +76,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)
OpenPOWER on IntegriCloud