diff options
author | Miles Bader <miles@gnu.org> | 1996-11-20 23:17:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-11-20 23:17:47 +0000 |
commit | a121f023a243378144172928c57753a17faa641c (patch) | |
tree | 51f77ad9fd4986d9d78b2ec42820e36121c932fe /nfs/Makefile | |
parent | cc2ce80938b18c321c1e3b23e4b7d6cc523f5997 (diff) |
(HURDLIBS): Add iohelp.
Diffstat (limited to 'nfs/Makefile')
-rw-r--r-- | nfs/Makefile | 3 |
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 |