diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:33:45 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:33:45 +0000 |
| commit | 92366c068329c7a4fb2ea266afd8a1d8abe37ecb (patch) | |
| tree | 5613291a314aba20bfbe8698ab3cdd7298572cf6 /lib/libstdthreads | |
| parent | 914108c8103c2eb1df2ae3e7c7e16f17dcae23dd (diff) | |
Notes
Diffstat (limited to 'lib/libstdthreads')
| -rw-r--r-- | lib/libstdthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstdthreads/Makefile b/lib/libstdthreads/Makefile index 3200d4e36ba6..de696c7dca41 100644 --- a/lib/libstdthreads/Makefile +++ b/lib/libstdthreads/Makefile @@ -35,7 +35,7 @@ MLINKS= thrd_create.3 call_once.3 \ LIBADD= pthread -VERSION_DEF= ${.CURDIR}/../libc/Versions.def +VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def SYMBOL_MAPS= ${.CURDIR}/Symbol.map .include <bsd.lib.mk> |
