From 1ba8b98915954e5e936d913abdddc15bb258ab55 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 30 Aug 2003 08:02:31 +0000 Subject: - strip MAKE_ENV, LDFLAGS is set in bsd.openssl.mk --- security/openssh/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'security/openssh') 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 -- cgit