diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:33:23 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:33:23 +0000 |
commit | bfdc08f7397451fe199a2bd356f86e89f9402ad1 (patch) | |
tree | 799bd5f8d7fb5fd4df2893d6accaab7068925237 /nfs/Makefile | |
parent | b82d46b0ef83bcadc95fb607b0a8230b7389a0f5 (diff) |
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add shouldbeinlibc.
Diffstat (limited to 'nfs/Makefile')
-rw-r--r-- | nfs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index 9c3f2b7a..d6b8c9c0 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -1,5 +1,7 @@ # -# Copyright (C) 1995,96,97,2000,01 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2000, 2001, 2008 Free Software Foundation, +# Inc. +# # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -26,6 +28,6 @@ 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 \ storage-info.c OBJS = $(SRCS:.c=.o) -HURDLIBS = netfs fshelp iohelp threads ports +HURDLIBS = netfs fshelp iohelp threads ports shouldbeinlibc include ../Makeconf |