Subject: pthread.builtin.mk under NetBSD To: None <tech-pkg@netbsd.org> From: Rui-Xiang Guo <rxg@myrealbox.com> List: tech-pkg Date: 06/21/2005 22:24:38
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?