summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-09-23 20:53:52 +0000
committerjschauma <jschauma>2003-09-23 20:53:52 +0000
commit157e6d3903d79200f503812b6b9c3ba4794b7af7 (patch)
tree2bf6efd0177f316e841e382ec82ae77af8ba4949 /security/openssh/Makefile
parent779ffb77af35941547fdb62191264cf07a3cfdb8 (diff)
downloadpkgsrc-157e6d3903d79200f503812b6b9c3ba4794b7af7.tar.gz
On non-SunOS, bring back
LD=${CC}
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r--security/openssh/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 1d2247e4859..0c78e5164f7 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2003/09/23 19:33:14 jschauma Exp $
+# $NetBSD: Makefile,v 1.117 2003/09/23 20:53:52 jschauma Exp $
DISTNAME= openssh-3.7.1p2
PKGNAME= openssh-3.7.1.2
@@ -70,8 +70,11 @@ CONFIGURE_ARGS+= --with-privsep-user=${OPENSSH_USER}
.if ${OPSYS} == "SunOS"
LIBS+= -lc
+.else
+LD=${CC}
.endif
+
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
. include "../../security/skey/buildlink2.mk"
CONFIGURE_ARGS+= --with-skey=${BUILDLINK_PREFIX.skey}