diff options
Diffstat (limited to 'src/lib/libssl/crypto/Makefile')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 2bfd04d516..97e12a758d 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | LIB= crypto | 2 | LIB= crypto |
3 | 3 | ||
4 | SSLEAYDIST= openssl | 4 | SSLEAYDIST= src |
5 | 5 | ||
6 | LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto | 6 | LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto |
7 | LCRYPTO_INC= ${.CURDIR}/../${SSLEAYDIST}/include | 7 | LCRYPTO_INC= ${.CURDIR}/../${SSLEAYDIST}/include |