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 f5e31bc6..d16680ec 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -1,6 +1,6 @@ # Makefile for daemons # -# Copyright (C) 1996, 1999, 2008 Free Software Foundation, Inc. +# Copyright (C) 1996, 1999, 2008, 2010 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 @@ -22,7 +22,7 @@ makemode := utilities targets = rc getty mail.local console-run runttys runsystem special-targets = rc runsystem -SRCS = rc.sh getty.c lmail.c console-run.c runttys.c +SRCS = rc.sh runsystem.sh getty.c lmail.c console-run.c runttys.c installationdir = $(libexecdir) HURDLIBS = fshelp ports shouldbeinlibc |