From 0d760214fdf57fbb072e0465d7b9eb15945cbf68 Mon Sep 17 00:00:00 2001
From: itojun <>
Date: Tue, 13 May 2003 06:28:20 +0000
Subject: don't -I/usr/include/ssl, it's from old openssl distribution. markus
 ok

---
 src/usr.sbin/openssl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile
index c1563892b3..a3fd4991db 100644
--- a/src/usr.sbin/openssl/Makefile
+++ b/src/usr.sbin/openssl/Makefile
@@ -30,7 +30,7 @@ CFLAGS+= -DB_ENDIAN
 
 CFLAGS+= -DMONOLITH -DOPENSSL_NO_IDEA -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5
 CFLAGS+= -DOPENSSL_NO_MDC2
-CFLAGS+= -I/usr/include/ssl -I${SSLEAY_SRC_TOP}
+CFLAGS+= -I${SSLEAY_SRC_TOP}
 
 SRCS=	verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\
 	pkcs7.c crl2p7.c crl.c ca.c \
-- 
cgit v1.2.3-55-g6feb