summaryrefslogtreecommitdiff
path: root/libfshelp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-08-21 23:26:55 +0000
committerRoland McGrath <roland@gnu.org>1998-08-21 23:26:55 +0000
commitbd3796466477f8dd6ebb4b910f9b3862fd6e4b33 (patch)
treeb8249db6ced88470e8834527fee27d55102dd2ed /libfshelp
parent8202459ab9365279883238df266f29c5ac82714c (diff)
1998-08-21 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (SRCS): Remove return-buffer.c.
Diffstat (limited to 'libfshelp')
-rw-r--r--libfshelp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index c08b521d..96e9b621 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -1,5 +1,5 @@
-#
-# Copyright (C) 1994, 1995, 1996 Free Software Foundation
+#
+# Copyright (C) 1994, 95, 96, 98 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -26,7 +26,7 @@ SRCS = lock-acquire.c lock-init.c \
delegate.c \
exec-reauth.c \
set-options.c \
- return-buffer.c get-identity.c \
+ get-identity.c \
fshelp.c
LCLHDRS = fshelp.h locks.h trans.h
installhdrs = fshelp.h
@@ -35,4 +35,3 @@ HURDLIBS=shouldbeinlibc threads
OBJS = $(subst .c,.o,$(SRCS))
include ../Makeconf
-