summaryrefslogtreecommitdiff
path: root/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'nfs')
-rw-r--r--nfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/Makefile b/nfs/Makefile
index 9a383a31..f7a7d3bf 100644
--- a/nfs/Makefile
+++ b/nfs/Makefile
@@ -25,7 +25,7 @@ target = nfs
LCLHDRS = nfs.h mount.h nfs-spec.h
SRCS = ops.c rpc.c mount.c nfs.c cache.c consts.c main.c
OBJS = $(subst .c,.o,$(SRCS))
-HURDLIBS = ports netfs fshelp iohelp threads
+HURDLIBS=ports netfs fshelp threads iohelp
include ../Makeconf