From 5d9efe088f5d83921305ee2f93f6c6590c640b47 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 29 Dec 2001 00:40:09 +0000 Subject: 2001-10-13 Roland McGrath * storage-info.c: New file. * Makefile (SRCS): Add it. * mount.c (mounted_hostname, mounted_nfs_port): New global variables. (mount_root): Set them. * nfs.h: Declare them. --- nfs/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'nfs/Makefile') 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 -- cgit v1.2.3