From eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 9 Oct 2007 13:42:34 +0000 Subject: Repo copy libpthreads to libkse. This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) --- lib/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 890c3bc..0f45151 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -34,7 +34,7 @@ SUBDIR= ${_csu} libc libbsm libcom_err libcrypt libelf libkvm msun libmd \ libgssapi libipsec \ ${_libipx} libkiconv libmagic libmemstat ${_libmilter} ${_libmp} \ ${_libncp} ${_libngatm} libopie libpam libpcap \ - libpmc ${_libpthread} librt ${_libsdp} ${_libsm} ${_libsmb} \ + libpmc ${_libkse} librt ${_libsdp} ${_libsm} ${_libsmb} \ ${_libsmdb} \ ${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \ libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind} @@ -101,11 +101,13 @@ _libsmb= libsmb .endif .if ${MK_LIBPTHREAD} != "no" -_libpthread= libpthread +.if ${MK_LIBKSE} != "no" +_libkse= libkse .endif .if ${MK_LIBTHR} != "no" -_libthr= libthr +_libthr= libthr +.endif .endif .if ${MACHINE_ARCH} != "arm" -- cgit v1.1