From 59f6907c8924972bfe8f2a17cc9b3bb6bd9490ac Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 8 Dec 2008 22:30:29 +0000 Subject: 2008-12-08 Thomas Schwinge * Makefile (HURDLIBS): Add fshelp and ports. --- daemons/ChangeLog | 4 ++++ daemons/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'daemons') diff --git a/daemons/ChangeLog b/daemons/ChangeLog index 5e05dcfc..73616d92 100644 --- a/daemons/ChangeLog +++ b/daemons/ChangeLog @@ -1,3 +1,7 @@ +2008-12-08 Thomas Schwinge + + * Makefile (HURDLIBS): Add fshelp and ports. + 2007-12-11 Thomas Schwinge * getty.c (main) : Correctly specify sentinels to avoid GCC 4.3 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 -- cgit v1.2.3