With only one threading library, simplify the logic of setting SHLIBDIR.

This commit is contained in:
Ruslan Ermilov 2009-02-24 16:23:34 +00:00
parent 107e14e304
commit 241715e78f

View File

@ -8,13 +8,11 @@
# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
# system call stubs.
SHLIBDIR?= /lib
.include <bsd.own.mk>
MK_SSP= no
.if ${SHLIBDIR} == "/usr/lib"
SHLIBDIR= /lib
.endif
LIB=thr
SHLIB_MAJOR= 3
WARNS?= 3