diff options
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 \ |