aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libproc/tests/Makefile')
-rw-r--r--lib/libproc/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libproc/tests/Makefile b/lib/libproc/tests/Makefile
index 9467cc634884..ebefdfb713f2 100644
--- a/lib/libproc/tests/Makefile
+++ b/lib/libproc/tests/Makefile
@@ -4,7 +4,7 @@ PROGS= target_prog
SRCS_target_prog= target_prog.c
BINDIR_target_prog= ${TESTSDIR}
-LIBADD= elf proc rtld_db util
+LIBADD= elf proc rtld_db util pthread
# Ensure that symbols aren't stripped from the test program, as they're needed
# for testing symbol lookup.