summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-17 17:56:57 +0000
committerjlam <jlam@pkgsrc.org>2001-10-17 17:56:57 +0000
commitf2fc2f6cbe346eeb2d20f3b9c2b273ef71dbb7f8 (patch)
treeb72b495d51685b6b9ec339ac1f0d3b85025cfad8
parent61373dc4060070765f61529ac92e263454a74c0f (diff)
downloadpkgsrc-f2fc2f6cbe346eeb2d20f3b9c2b273ef71dbb7f8.tar.gz
Link the openssl binary into the buildlink directory, too, since some
packages look for it.
-rw-r--r--security/openssl/buildlink.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/buildlink.mk b/security/openssl/buildlink.mk
index 61eb269dbfb..23e709509cc 100644
--- a/security/openssl/buildlink.mk
+++ b/security/openssl/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.9 2001/08/30 10:14:24 skrll Exp $
+# $NetBSD: buildlink.mk,v 1.10 2001/10/17 17:56:57 jlam Exp $
#
# This Makefile fragment is included by packages that use OpenSSL.
#
@@ -83,7 +83,8 @@ SSLCERTS= /etc/openssl/certs
.endif
BUILD_DEFS+= SSLBASE SSLCERTS
-BUILDLINK_FILES.openssl= include/openssl/*
+BUILDLINK_FILES.openssl= bin/openssl
+BUILDLINK_FILES.openssl+= include/openssl/*
BUILDLINK_FILES.openssl+= lib/libRSAglue.*
BUILDLINK_FILES.openssl+= lib/libcrypto.*
BUILDLINK_FILES.openssl+= lib/libssl.*