diff options
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index 047bbd9f..d64ee20d 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -22,7 +22,7 @@ dir := nfs makemode := server target = nfs -LCLHDRS = nfs.h rpc.h +LCLHDRS = nfs.h SRCS = ops.c rpc.c mount.c cred.c nfs.c cache.c consts.c main.c OBJS = $(subst .c,.o,$(SRCS)) |