summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-30 08:02:31 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-30 08:02:31 +0000
commit973e73e7cf7aa81a18ae5e45fdba666b69289e94 (patch)
tree1316e66f9dc0f7c39615c768fbfae611711c3620 /security/openssh
parent- change YES -> yes (diff)
- strip MAKE_ENV, LDFLAGS is set in bsd.openssl.mk
Notes
Notes: svn path=/head/; revision=88059
Diffstat (limited to 'security/openssh')
-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