diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 02:37:26 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 02:37:26 +0000 |
commit | 34711896bdc13085fd5f2c3790fe6e813d2128d9 (patch) | |
tree | c54044c761b324e6d38850adafed5ad080546326 /nfs | |
parent | 1f8ff098ca45542a81875c2d73bc7dd257d31293 (diff) |
(SRCS): Add pager.c.
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 d64ee20d..5d384cae 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -23,7 +23,7 @@ makemode := server target = nfs LCLHDRS = nfs.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 cred.c nfs.c cache.c consts.c main.c pager.c OBJS = $(subst .c,.o,$(SRCS)) nfs: $(OBJS) ../libports/libports.a ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a |