summaryrefslogtreecommitdiffstats
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-02-21 15:04:31 +0000
committerru <ru@FreeBSD.org>2009-02-21 15:04:31 +0000
commit21f7074adead943a0dc3cef015c11ab5e77c3f67 (patch)
tree11c7670bed757ae772443084cab74e8ca7e3f130 /lib/libthr/Makefile
parent1631f0aa0ab88c016fb58469d9a616a487937c15 (diff)
downloadFreeBSD-src-21f7074adead943a0dc3cef015c11ab5e77c3f67.zip
FreeBSD-src-21f7074adead943a0dc3cef015c11ab5e77c3f67.tar.gz
Fix build when WITH_SSP is set explicitly.
Submitted by: Jeremie Le Hen
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r--lib/libthr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index 8fb18df..100af30 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -8,9 +8,8 @@
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
# system call stubs.
-WITHOUT_SSP=
-
.include <bsd.own.mk>
+MK_SSP= no
.if ${SHLIBDIR} == "/usr/lib"
SHLIBDIR= /lib
OpenPOWER on IntegriCloud