diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-30 08:02:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-30 08:02:31 +0000 |
commit | 973e73e7cf7aa81a18ae5e45fdba666b69289e94 (patch) | |
tree | 1316e66f9dc0f7c39615c768fbfae611711c3620 | |
parent | - change YES -> yes (diff) |
- strip MAKE_ENV, LDFLAGS is set in bsd.openssl.mk
-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 |