diff options
Diffstat (limited to 'nfs/Makefile')
-rw-r--r-- | nfs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index 12ce9800..9c3f2b7a 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation +# +# Copyright (C) 1995,96,97,2000,01 Free Software Foundation, Inc. # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -23,8 +23,9 @@ makemode := server target = nfs LCLHDRS = nfs.h mount.h nfs-spec.h -SRCS = ops.c rpc.c mount.c nfs.c cache.c consts.c main.c name-cache.c -OBJS = $(subst .c,.o,$(SRCS)) +SRCS = ops.c rpc.c mount.c nfs.c cache.c consts.c main.c name-cache.c \ + storage-info.c +OBJS = $(SRCS:.c=.o) HURDLIBS = netfs fshelp iohelp threads ports include ../Makeconf |