summaryrefslogtreecommitdiff
path: root/nfs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-11-20 23:17:47 +0000
committerMiles Bader <miles@gnu.org>1996-11-20 23:17:47 +0000
commita121f023a243378144172928c57753a17faa641c (patch)
tree51f77ad9fd4986d9d78b2ec42820e36121c932fe /nfs/Makefile
parentcc2ce80938b18c321c1e3b23e4b7d6cc523f5997 (diff)
(HURDLIBS): Add iohelp.
Diffstat (limited to 'nfs/Makefile')
-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