Hi, all.
I found these lines in pthread.builtin.mk -
[...]
. if ${OPSYS} == "NetBSD"
BUILDLINK_LIBS.pthread= # empty
[...]
Why we set BUILDLINK_LIBS.pthread as null even we already have ligpthread
after 2.0? Did I misunderstand something?