diff options
Diffstat (limited to 'daemons/Makefile')
-rw-r--r-- | daemons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/Makefile b/daemons/Makefile index 72394733..f5e31bc6 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -1,6 +1,6 @@ # Makefile for daemons # -# Copyright (C) 1996,99 Free Software Foundation, Inc. +# Copyright (C) 1996, 1999, 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 @@ -25,7 +25,7 @@ special-targets = rc runsystem SRCS = rc.sh getty.c lmail.c console-run.c runttys.c installationdir = $(libexecdir) -HURDLIBS=shouldbeinlibc +HURDLIBS = fshelp ports shouldbeinlibc OBJS = $(SRCS:.c=.o) getty-LDLIBS = -lutil |