From ed662696773ebdaaacd4629a9b97a42bf092a372 Mon Sep 17 00:00:00 2001 From: green Date: Wed, 16 Feb 2000 04:52:59 +0000 Subject: Change a MAKE_ENV= to MAKE_ENV+=. This may fix problems people on -STABLE are reporting. --- security/openssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/openssh/Makefile') 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 -- cgit