summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-02-16 04:52:59 +0000
committerBrian Feldman <green@FreeBSD.org>2000-02-16 04:52:59 +0000
commitca2a43f88479d19e240e9bf8a194b45f0f9d61c9 (patch)
tree229e8d4f935ef90035aac82f5cd059362c4cdca6 /security
parentRemove unnecessary giflib-related path from CONFIGURE_ENV (diff)
Change a MAKE_ENV= to MAKE_ENV+=. This may fix problems people on
-STABLE are reporting.
Notes
Notes: svn path=/head/; revision=25883
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 7459c66b3453..9bdfa6806d36 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -34,7 +34,7 @@ CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
CRYPTOLIBS+= -lRSAglue -L${LOCALBASE}/lib -lrsaref
.endif
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
-MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
+MAKE_ENV+= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
.if ${OSVERSION} < 400014
MAKE_ENV+= COMPAT_GETADDRINFO=yes
.else