summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-11-27 14:24:57 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-11-27 14:24:57 +0000
commit41be4398578c5da3df158a12599925e43d39c6ff (patch)
tree55eb05453f916d5450f3c93965e12dc1cdc1775f /trans
parentbbf39a08912df2f1f176ebea4c790ffd22ba9e65 (diff)
2006-11-27 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add `netfs'.
Diffstat (limited to 'trans')
-rw-r--r--trans/ChangeLog4
-rw-r--r--trans/Makefile5
2 files changed, 7 insertions, 2 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index f90244bd..2f4ce5c4 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-27 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile (HURDLIBS): Add `netfs'.
+
2006-06-15 Thomas Schwinge <tschwinge@gnu.org>
* hello-mt.c (trivfs_S_io_seek): Seek into the correct direction for
diff --git a/trans/Makefile b/trans/Makefile
index f9fcfe83..c5e4184c 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -1,5 +1,6 @@
#
-# Copyright (C) 1994,95,96,97,99,2000,01,02 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006
+# 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
@@ -27,7 +28,7 @@ OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \
crashServer.o crash_replyUser.o msgServer.o \
default_pagerServer.o default_pagerUser.o \
device_replyServer.o elfcore.o
-HURDLIBS = threads ports trivfs fshelp pipe ihash shouldbeinlibc
+HURDLIBS = threads ports netfs trivfs fshelp pipe ihash shouldbeinlibc
password-LDLIBS = $(LIBCRYPT)
include ../Makeconf