summaryrefslogtreecommitdiff
path: root/usermux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usermux/Makefile')
-rw-r--r--usermux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usermux/Makefile b/usermux/Makefile
index c30b5ab4..8df24d4e 100644
--- a/usermux/Makefile
+++ b/usermux/Makefile
@@ -25,6 +25,6 @@ SRCS = usermux.c mux.c leaf.c node.c stubs.c
OBJS = $(SRCS:.c=.o)
HURDLIBS = netfs fshelp iohelp ports ihash shouldbeinlibc
-OTHERLIBS = -lpthread
+LDLIBS = -lpthread
include ../Makeconf