mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
152f2a4a96
the threading libraries is built. This simplifies the logic in makefiles that need to check if the pthreads support is present. It also fixes a bug where we would build a threading library that we shouldn't have built: for example, building with WITHOUT_LIBTHR and the default value of DEFAULT_THREADING_LIB (libthr) would mistakenly build the libthr library, but not install it. Approved by: re (kensmith) |
||
---|---|---|
.. | ||
config.c | ||
connect.c | ||
debug.c | ||
dot.c | ||
list.c | ||
main.c | ||
Makefile | ||
mkpeer.c | ||
msg.c | ||
name.c | ||
ngctl.8 | ||
ngctl.h | ||
rmhook.c | ||
show.c | ||
shutdown.c | ||
status.c | ||
types.c | ||
write.c |