diff options
Diffstat (limited to 'src/lib/libssl/crypto/Makefile')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index ec9e75dd4d..516609d8d1 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -4,7 +4,6 @@ LIB= crypto | |||
4 | SSLEAYDIST= src | 4 | SSLEAYDIST= src |
5 | 5 | ||
6 | LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto | 6 | LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto |
7 | SSLEAY_INC= ${.CURDIR}/../${SSLEAYDIST}/include | ||
8 | 7 | ||
9 | .if ${MACHINE_ARCH} == "i386" | 8 | .if ${MACHINE_ARCH} == "i386" |
10 | CFLAGS+= -DL_ENDIAN -DBN_ASM | 9 | CFLAGS+= -DL_ENDIAN -DBN_ASM |
@@ -17,7 +16,7 @@ CFLAGS+= -DB_ENDIAN | |||
17 | .endif | 16 | .endif |
18 | 17 | ||
19 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE | 18 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE |
20 | CFLAGS+= -I${SSLEAY_INC} | 19 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} |
21 | CFLAGS+= -I${LCRYPTO_SRC} | 20 | CFLAGS+= -I${LCRYPTO_SRC} |
22 | SRCS+= cryptlib.c mem.c cversion.c ex_data.c cpt_err.c | 21 | SRCS+= cryptlib.c mem.c cversion.c ex_data.c cpt_err.c |
23 | CFLAGS+= -I${LCRYPTO_SRC}/md2 | 22 | CFLAGS+= -I${LCRYPTO_SRC}/md2 |
@@ -143,7 +142,7 @@ HDRS= asn1/asn1.h asn1/asn1_mac.h bf/blowfish.h bio/bio.h \ | |||
143 | md2/md2.h md5/md5.h mdc2/mdc2.h objects/objects.h pem/pem.h \ | 142 | md2/md2.h md5/md5.h mdc2/mdc2.h objects/objects.h pem/pem.h \ |
144 | pkcs7/pkcs7.h rand/rand.h rc2/rc2.h rc4/rc4.h rc5/rc5.h \ | 143 | pkcs7/pkcs7.h rand/rand.h rc2/rc2.h rc4/rc4.h rc5/rc5.h \ |
145 | ripemd/ripemd.h rsa/rsa.h sha/sha.h stack/stack.h txt_db/txt_db.h \ | 144 | ripemd/ripemd.h rsa/rsa.h sha/sha.h stack/stack.h txt_db/txt_db.h \ |
146 | x509/x509.h x509/x509_vfy.h crypto.h cryptall.h ../include/e_os.h | 145 | x509/x509.h x509/x509_vfy.h crypto.h cryptall.h ../e_os.h |
147 | 146 | ||
148 | .PATH: ${LCRYPTO_SRC}/md2 ${LCRYPTO_SRC}/md5 ${LCRYPTO_SRC}/sha ${LCRYPTO_SRC}/mdc2 \ | 147 | .PATH: ${LCRYPTO_SRC}/md2 ${LCRYPTO_SRC}/md5 ${LCRYPTO_SRC}/sha ${LCRYPTO_SRC}/mdc2 \ |
149 | ${LCRYPTO_SRC}/hmac ${LCRYPTO_SRC}/ripemd ${LCRYPTO_SRC}/des ${LCRYPTO_SRC}/rc2 \ | 148 | ${LCRYPTO_SRC}/hmac ${LCRYPTO_SRC}/ripemd ${LCRYPTO_SRC}/des ${LCRYPTO_SRC}/rc2 \ |