summaryrefslogtreecommitdiff
path: root/nfs/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-13 13:38:58 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-13 13:38:58 +0000
commit979c25a9090585edd85778309f0300eaec79b423 (patch)
treeeb94495584b0d90a5e04c40f7bb5a231ddaa798a /nfs/Makefile
parented730f677ef393ee00205e99723102c91943ca39 (diff)
(SRCS): And remove pager.c back.
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 5d384cae..66ecaeac 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 pager.c
+SRCS = ops.c rpc.c mount.c cred.c nfs.c cache.c consts.c main.c
OBJS = $(subst .c,.o,$(SRCS))
nfs: $(OBJS) ../libports/libports.a ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a