summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b60ee736fba..3d2bbf46d8d 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/12/28 21:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2001/01/14 01:52:23 tron Exp $
#
DISTNAME= openssl-0.9.5a
@@ -27,7 +27,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
CONFIGURE_ARGS= -fPIC -DPIC --openssldir=${PREFIX} --prefix=${PREFIX} \
${LDFLAGS}
-#CONFIGURE_ENV= PREFIX=${PREFIX}
+CONFIGURE_ENV= CC="${CC}"
.include "../../mk/bsd.prefs.mk"