diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:32:10 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:32:10 +0000 |
commit | b5c4d36beaa7799e48d51bca4363fb34dbf5c0f2 (patch) | |
tree | d302bf8d37906151dd17495967d2367be98e269b /libnetfs/Makefile | |
parent | 2bf0750749e04ddd27c6d25bf0380729554508b1 (diff) |
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): New variable.
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r-- | libnetfs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 27881676..d6a991df 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -1,5 +1,7 @@ # -# Copyright (C) 1995,96,97,99,2001,02 Free Software Foundation +# Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002, 2008 Free Software +# Foundation +# # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -22,6 +24,8 @@ dir := libnetfs makemode := library libname = libnetfs +HURDLIBS = fshelp iohelp threads ports shouldbeinlibc + FSSRCS= dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.c \ dir-notice-changes.c dir-readdir.c dir-rename.c \ dir-rmdir.c dir-unlink.c file-chauthor.c \ |