summaryrefslogtreecommitdiff
path: root/security/sslwrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sslwrap/Makefile')
-rw-r--r--security/sslwrap/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
index bf70ed0caa9..a7d9f46ebc4 100644
--- a/security/sslwrap/Makefile
+++ b/security/sslwrap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/11/14 00:42:18 jschauma Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/08 13:44:12 grant Exp $
#
DISTNAME= ${PKGNAME_NOREV:S/-//}
@@ -13,6 +13,10 @@ COMMENT= Simple SSL wrapper
USE_BUILDLINK2= YES
+OPSYSVARS+= LDADD
+LDADD.SunOS= -lnsl -lsocket
+MAKE_ENV+= LDADD="${LDADD}"
+
.include "../../security/openssl/buildlink2.mk"
.if !exists(${BUILDLINK_PREFIX.openssl}/include/openssl/e_os.h)