diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 17:42:17 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 17:42:17 +0000 |
| commit | 1da9a06f2daf1285fb82196ec2995c9c32a2e51c (patch) | |
| tree | 7b9b5f2e1bdf224eb819a0d78f13d0b50f9ca637 /Makefile | |
| parent | 10d08b8de39401736faf1f37a8c6121cdd6814c8 (diff) | |
Import OpenSSL 1.0.2t.vendor/openssl/1.0.2t
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ ## Makefile for OpenSSL ## -VERSION=1.0.2s +VERSION=1.0.2t MAJOR=1 MINOR=0.2 SHLIB_VERSION_NUMBER=1.0.0 @@ -70,7 +70,7 @@ AR= ar $(ARFLAGS) r RANLIB= /usr/bin/ranlib RC= windres NM= nm -PERL= /usr/local/bin/perl +PERL= /usr/bin/perl TAR= tar TARFLAGS= --no-recursion MAKEDEPPROG= gcc |
