diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-09 14:59:56 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-09 14:59:56 +0000 |
| commit | a097def45b9d5462ccedbfbbb9ae29986a21b70b (patch) | |
| tree | e533442feeaabdef01627c40c3c3bc5d1cdd7e0b | |
| parent | ca22e6526aff08d61a1008295165eb97eebe2874 (diff) | |
Notes
| -rw-r--r-- | secure/lib/libcrypto/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 594dd35b0cbd..bd7d6ef80a8e 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -3,7 +3,7 @@ LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl LCRYPTO_DOC= ${.CURDIR}/../../../crypto/openssl/doc -CFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_KRB5 +CFLAGS+= -DTERMIOS -DANSI_SOURCE CFLAGS+= -I${LCRYPTO_SRC} -I${LCRYPTO_SRC}/crypto -I${.OBJDIR} .if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES |
