diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:30:29 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:30:29 +0000 |
commit | 59f6907c8924972bfe8f2a17cc9b3bb6bd9490ac (patch) | |
tree | 5902106a49428eaa880ec1f6f499bb55feebfc2a /daemons/Makefile | |
parent | eaaea556d7d5893d247e9e239bdb0cc5bcb1c45e (diff) |
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add fshelp and ports.
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 |