diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-30 16:02:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-30 16:02:31 +0800 |
commit | 1ba8b98915954e5e936d913abdddc15bb258ab55 (patch) | |
tree | 41127ef932a98f462be83aea5cc812ffef9fe14b /security/openssh | |
parent | 8d9e8036f88ed652fd98d0c9fa1643f69fcdbf1e (diff) | |
download | freebsd-ports-gnome-1ba8b98915954e5e936d913abdddc15bb258ab55.tar.gz freebsd-ports-gnome-1ba8b98915954e5e936d913abdddc15bb258ab55.tar.zst freebsd-ports-gnome-1ba8b98915954e5e936d913abdddc15bb258ab55.zip |
- strip MAKE_ENV, LDFLAGS is set in bsd.openssl.mk
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 1 |
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 |