summaryrefslogtreecommitdiff
path: root/nfs/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-12-05 22:19:26 +0000
committerThomas Bushnell <thomas@gnu.org>1996-12-05 22:19:26 +0000
commitd649344e19c5ee83b19d8b5e59a4c0835992553e (patch)
tree10878527f8cf14ddd843e65b0f4745c0ec3891db /nfs/Makefile
parent75b08c5bd2833151f124920c9920c235fab66431 (diff)
*** empty log message ***
Diffstat (limited to 'nfs/Makefile')
-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