aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/openssh/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index c4176aa51cdf..3775909d062f 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -48,7 +48,6 @@ PAM=no
CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
MAKE_ENV+= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
-MAKE_ENV+= LDFLAGS=${LDFLAGS}
.if ${OSVERSION} < 400014
MAKE_ENV+= COMPAT_GETADDRINFO=yes