diff options
Diffstat (limited to 'nfs/Makefile')
-rw-r--r-- | nfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index 8c5baebd..a24a4196 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -23,7 +23,7 @@ makemode := server target = nfs LCLHDRS = nfs.h mount.h nfs-spec.h -SRCS = ops.c rpc.c mount.c cred.c nfs.c cache.c consts.c main.c +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 |