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