summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-06-26 16:58:09 +0000
committerthorpej <thorpej@NetBSD.org>2002-06-26 16:58:09 +0000
commitc029cf4e92560ee9dff8cbadef720a3d94cea404 (patch)
tree49fcdca37aa7839b2ed26c4e4fbb80450dd9bb21 /lib/libcrypto
parent6aa49848cfcf6f933ba095a7a0b04b10974f6f96 (diff)
Remove -nostdinc from CPPFLAGS. That should only be used when
bsd.lib.mk wants it to be used.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index e0ff736e5d3..3ec17f545c0 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2002/06/26 16:30:46 thorpej Exp $
+# $NetBSD: Makefile,v 1.22 2002/06/26 16:58:09 thorpej Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -22,7 +22,7 @@
WARNS=0
LIB= crypto
-CPPFLAGS+= -nostdinc -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
+CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
CRYPTODIST= ${.CURDIR}/../../crypto/dist