diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-19 19:00:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-19 19:00:45 +0000 |
commit | dca9283e035211f66b2b26d8f53d1b19e3574ff2 (patch) | |
tree | 25a127d0e69a913af76a89a0d4bc0df190374616 /nfs | |
parent | 80c937736e978a94dd3193fa2af9b2c0b2ad9c04 (diff) |
(LCLHDRS): Drop rpc.h.
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)) |