diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-07-17 15:54:56 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 18:57:22 +0200 |
commit | 55854e7f78177d9f67240a4afe76809947d3ff16 (patch) | |
tree | 89839c14508dc5b6c4844736de655670593093eb /daemons | |
parent | 10366248b495bfeada3326e91c52e8ea8ca619a1 (diff) |
Fix "make dist" in `daemons'.
* daemons/Makefile (SRCS): Add `runsystem.sh'.
Diffstat (limited to 'daemons')
-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 |