aboutsummaryrefslogtreecommitdiff
path: root/nfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/Makefile')
-rw-r--r--nfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/Makefile b/nfs/Makefile
index d814f67d..265d0273 100644
--- a/nfs/Makefile
+++ b/nfs/Makefile
@@ -27,6 +27,6 @@ SRCS = ops.c rpc.c mount.c nfs.c cache.c consts.c main.c name-cache.c \
storage-info.c
OBJS = $(SRCS:.c=.o)
HURDLIBS = netfs fshelp iohelp ports ihash shouldbeinlibc
-OTHERLIBS = -lpthread
+LDLIBS = -lpthread
include ../Makeconf