diff options
Diffstat (limited to 'lib/libstdthreads')
-rw-r--r-- | lib/libstdthreads/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libstdthreads/Makefile b/lib/libstdthreads/Makefile index 544eeb0..8daee58 100644 --- a/lib/libstdthreads/Makefile +++ b/lib/libstdthreads/Makefile @@ -32,8 +32,7 @@ MLINKS= thrd_create.3 call_once.3 \ thrd_create.3 tss_get.3 \ thrd_create.3 tss_set.3 -DPADD= ${LIBPTHREAD} -LDADD= -lpthread +LIBADD= pthread VERSION_DEF= ${.CURDIR}/../libc/Versions.def SYMBOL_MAPS= ${.CURDIR}/Symbol.map |