summaryrefslogtreecommitdiffstats
path: root/crypto/pqueue
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/pqueue
parent038f65e5fb1f35e1e485aa4781cda353c4e903f4 (diff)
downloadFreeBSD-src-e35879fa69c62b484f2a722838b0eb2c6355793d.zip
FreeBSD-src-e35879fa69c62b484f2a722838b0eb2c6355793d.tar.gz
Import OpenSSL 1.0.1n.
Diffstat (limited to 'crypto/pqueue')
-rw-r--r--crypto/pqueue/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/pqueue/Makefile b/crypto/pqueue/Makefile
index fb36a0c..a59b5a9 100644
--- a/crypto/pqueue/Makefile
+++ b/crypto/pqueue/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)
OpenPOWER on IntegriCloud