diff options
Diffstat (limited to 'trans/Makefile')
-rw-r--r-- | trans/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trans/Makefile b/trans/Makefile index 9d610952..8eb6c78e 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -1,6 +1,6 @@ # -# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007 -# Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007, +# 2008 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 @@ -28,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 netfs trivfs fshelp pipe ihash shouldbeinlibc +HURDLIBS = threads ports netfs trivfs iohelp fshelp pipe ihash shouldbeinlibc password-LDLIBS = $(LIBCRYPT) include ../Makeconf |