diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-06-11 17:56:16 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-06-11 17:56:16 +0000 |
commit | a9745f9a849725cad34f84351bed202839aade59 (patch) | |
tree | 686ec4279139441a2f9d947dceec492e54ff569c /crypto/ts | |
parent | 3d2030852da420b820a661e7b19bb757487e2599 (diff) | |
download | src-a9745f9a849725cad34f84351bed202839aade59.tar.gz src-a9745f9a849725cad34f84351bed202839aade59.zip |
Import OpenSSL 1.0.1n.vendor/openssl/1.0.1n
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=284278
svn path=/vendor-crypto/openssl/1.0.1n/; revision=284279; tag=vendor/openssl/1.0.1n
Diffstat (limited to 'crypto/ts')
-rw-r--r-- | crypto/ts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ts/Makefile b/crypto/ts/Makefile index c18234555be3..cf991efe4641 100644 --- a/crypto/ts/Makefile +++ b/crypto/ts/Makefile @@ -73,6 +73,8 @@ tags: lint: lint -DLINT $(INCLUDES) $(SRC)>fluff +update: depend + depend: $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) |