summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nfs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/nfs/Makefile b/nfs/Makefile
index a24a4196..9a383a31 100644
--- a/nfs/Makefile
+++ b/nfs/Makefile
@@ -25,8 +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 threads
-
+HURDLIBS = ports netfs fshelp iohelp threads
include ../Makeconf