summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-11-06 22:54:58 +0000
committerobrien <obrien@FreeBSD.org>2002-11-06 22:54:58 +0000
commitafccab52826226a463139da3bda9ed2d2983a000 (patch)
treee43c40f9128a8a8ac1160c7982fcd9131df8fff9 /secure/lib/libcrypto/Makefile.inc
parent323d135eb0eb71a13e558bfeca4c68603a85cab2 (diff)
downloadFreeBSD-src-afccab52826226a463139da3bda9ed2d2983a000.zip
FreeBSD-src-afccab52826226a463139da3bda9ed2d2983a000.tar.gz
Style sync with rest of FreeBSD.
Diffstat (limited to 'secure/lib/libcrypto/Makefile.inc')
-rw-r--r--secure/lib/libcrypto/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 5891d3a..69ca8cc 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -1,7 +1,7 @@
# $FreeBSD$
LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
-CFLAGS+= -DTERMIOS -DANSI_SOURCE -I${LCRYPTO_SRC} -I${.OBJDIR}
+CFLAGS+= -DTERMIOS -DANSI_SOURCE -nostdinc -I${LCRYPTO_SRC} -I${.OBJDIR} -I/usr/include
.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
CFLAGS+= -DNO_IDEA
.endif
OpenPOWER on IntegriCloud