diff options
Diffstat (limited to 'nfsd/Makefile')
-rw-r--r-- | nfsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsd/Makefile b/nfsd/Makefile index 6ac6dd4f..5dc9a4da 100644 --- a/nfsd/Makefile +++ b/nfsd/Makefile @@ -25,7 +25,7 @@ OBJS = $(subst .c,.o,$(SRCS)) target = nfsd installationdir = $(sbindir) HURDLIBS = shouldbeinlibc -OTHERLIBS = -lpthread +LDLIBS = -lpthread include ../Makeconf |