diff --git a/lib/Makefile b/lib/Makefile index 6f32871652f8..556e3e6c04d9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -71,6 +71,12 @@ _libthr= libthr .endif .endif +.if ${MACHINE_ARCH} == "ia64" +.if !defined(NOLIBTHR) +_libthr= libthr +.endif +.endif + .if ${MACHINE_ARCH} == "alpha" _libio= libio _compat= compat