diff options
Diffstat (limited to 'nfs/Makefile')
-rw-r--r-- | nfs/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index f7a7d3bf..10ca2587 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -1,5 +1,7 @@ -# -# Copyright (C) 1995, 1996 Free Software Foundation +# +# Copyright (C) 1995, 1996, 1997, 2000, 2001, 2008, 2011 Free Software +# Foundation, Inc. +# # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -23,10 +25,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 -OBJS = $(subst .c,.o,$(SRCS)) -HURDLIBS=ports netfs fshelp threads iohelp +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 ihash shouldbeinlibc include ../Makeconf - - |