summaryrefslogtreecommitdiff
path: root/nfsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nfsd/Makefile')
-rw-r--r--nfsd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nfsd/Makefile b/nfsd/Makefile
index 5487a946..daaf86e8 100644
--- a/nfsd/Makefile
+++ b/nfsd/Makefile
@@ -24,7 +24,8 @@ SRCS = cache.c loop.c main.c ops.c fsys.c xdr.c
OBJS = $(subst .c,.o,$(SRCS))
target = nfsd
installationdir = $(sbindir)
-HURDLIBS=threads shouldbeinlibc
+HURDLIBS = shouldbeinlibc
+OTHERLIBS = -lpthread
include ../Makeconf