summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:00:26 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:00:26 +0000
commitba3655c74f170d85d1349f1e286aff27b58c9fc5 (patch)
treec770cc7ab20312f3a29a44816f43cb8965a9b44d /secure/usr.sbin
parentcec60429bbb77a84c44199253f4a9d1a628fcc2a (diff)
downloadFreeBSD-src-ba3655c74f170d85d1349f1e286aff27b58c9fc5.zip
FreeBSD-src-ba3655c74f170d85d1349f1e286aff27b58c9fc5.tar.gz
NOLIBC_R -> NO_LIBC_R
NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 0b6cd4f..a51b6d5 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -34,9 +34,9 @@ LDADD+= -lcrypto -lcrypt
.if defined(OPENSSH_USE_POSIX_THREADS)
.if ((${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \
- ${MACHINE_ARCH} == "ia64") && !defined(NOLIBPTHREAD)) || \
+ ${MACHINE_ARCH} == "ia64") && !defined(NO_LIBPTHREAD)) || \
((${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64") && \
- !defined(NOLIBC_R))
+ !defined(NO_LIBC_R))
CFLAGS+=-DUSE_POSIX_THREADS
DPADD+= ${LIBPTHREAD}
LDADD+= -lpthread
OpenPOWER on IntegriCloud